From: TravisCI-DocBuilder Date: Sun, 8 Nov 2015 20:14:18 +0000 (+0000) Subject: Doc generated from commit 3d66e29a5da19b45e718a40b8c8fda8ff8206be7 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=a6090fe6021dd1f82566887255b8811fe0c825e1;p=corbenik%2Fctrulib.git Doc generated from commit 3d66e29a5da19b45e718a40b8c8fda8ff8206be7 --- diff --git a/deprecated.html b/deprecated.html index e392598..b219113 100644 --- a/deprecated.html +++ b/deprecated.html @@ -113,7 +113,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
globalScope> Global GPU_SetFloatUniform (GPU_SHADER_TYPE type, u32 startreg, u32 *data, u32 numreg) DEPRECATED
-
globalScope> Global GPU_SetScissorTest (GPU_SCISSORMODE mode, u32 x, u32 y, u32 w, u32 h) DEPRECATED
+
globalScope> Global GPU_SetScissorTest (GPU_SCISSORMODE mode, u32 left, u32 bottom, u32 right, u32 top) DEPRECATED
globalScope> Global GPU_SetStencilOp (GPU_STENCILOP sfail, GPU_STENCILOP dfail, GPU_STENCILOP pass) DEPRECATED
diff --git a/globals_func_g.html b/globals_func_g.html index 3ba5cf7..071f3a4 100644 --- a/globals_func_g.html +++ b/globals_func_g.html @@ -211,7 +211,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); : gpu-old.h
  • GPU_SetScissorTest() -: gpu-old.h +: gpu-old.h
  • GPU_SetStencilOp() : gpu-old.h diff --git a/globals_g.html b/globals_g.html index 32c5286..c7dc96f 100644 --- a/globals_g.html +++ b/globals_g.html @@ -653,7 +653,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); : gpu-old.h
  • GPU_SetScissorTest() -: gpu-old.h +: gpu-old.h
  • GPU_SetStencilOp() : gpu-old.h diff --git a/gpu-old_8h.html b/gpu-old_8h.html index 3c3da2a..db00e81 100644 --- a/gpu-old_8h.html +++ b/gpu-old_8h.html @@ -113,9 +113,9 @@ Functions void GPU_SetViewport (u32 *depthBuffer, u32 *colorBuffer, u32 x, u32 y, u32 w, u32 h) DEPRECATED  Sets the viewport. More...
      -void GPU_SetScissorTest (GPU_SCISSORMODE mode, u32 x, u32 y, u32 w, u32 h) DEPRECATED - Sets the current scissor test mode. More...
    -  +void GPU_SetScissorTest (GPU_SCISSORMODE mode, u32 left, u32 bottom, u32 right, u32 top) DEPRECATED + Sets the current scissor test mode. More...
    +  void GPU_DepthMap (float zScale, float zOffset) DEPRECATED  Sets the depth map. More...
      @@ -822,7 +822,7 @@ Only the first four TEV stages can write to the combiner buffer. - +
    @@ -836,25 +836,25 @@ Only the first four TEV stages can write to the combiner buffer. - + - + - + - + diff --git a/gpu-old_8h_source.html b/gpu-old_8h_source.html index b7f0daf..aaa6a51 100644 --- a/gpu-old_8h_source.html +++ b/gpu-old_8h_source.html @@ -147,7 +147,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    55  * @param h Height of the scissor region.
    56  * @deprecated
    57  */
    - +
    58 void GPU_SetScissorTest(GPU_SCISSORMODE mode, u32 left, u32 bottom, u32 right, u32 top) DEPRECATED;
    59 
    60 /**
    61  * @brief Sets the depth map.
    @@ -339,7 +339,6 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    GPU_BLENDEQUATION
    Blend modes.
    Definition: enums.h:110
    void GPU_SetTexEnv(u8 id, u16 rgbSources, u16 alphaSources, u16 rgbOperands, u16 alphaOperands, GPU_COMBINEFUNC rgbCombine, GPU_COMBINEFUNC alphaCombine, u32 constantColor) DEPRECATED
    Sets the parameters of a texture combiner.
    void GPU_DepthMap(float zScale, float zOffset) DEPRECATED
    Sets the depth map.
    -
    void GPU_SetScissorTest(GPU_SCISSORMODE mode, u32 x, u32 y, u32 w, u32 h) DEPRECATED
    Sets the current scissor test mode.
    u32 Handle
    Resource handle.
    Definition: types.h:42
    void GPU_SetDepthTestAndWriteMask(bool enable, GPU_TESTFUNC function, GPU_WRITEMASK writemask) DEPRECATED
    Sets the depth test parameters and pixel write mask.
    GPU_TESTFUNC
    Test functions.
    Definition: enums.h:62
    @@ -351,6 +350,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    uint64_t u64
    64-bit unsigned integer
    Definition: types.h:25
    GPU_SHADER_TYPE
    Shader types.
    Definition: enums.h:345
    GPU_SCISSORMODE
    Scissor test modes.
    Definition: enums.h:75
    +
    void GPU_SetScissorTest(GPU_SCISSORMODE mode, u32 left, u32 bottom, u32 right, u32 top) DEPRECATED
    Sets the current scissor test mode.
    uint32_t u32
    32-bit unsigned integer
    Definition: types.h:24
    Barebones GPU communications driver.
    void GPU_SetFloatUniform(GPU_SHADER_TYPE type, u32 startreg, u32 *data, u32 numreg) DEPRECATED
    Sets a shader float uniform.
    u32 x, left,
    u32 y, bottom,
    u32 w, right,
    u32 h top