Renderer stencil modes. More...
Public Member Functions | |
GraphicsCompareFunction (int mValue) | |
GraphicsCompareFunction (GraphicsCompareFunction enum_) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Static Public Member Functions | |
static GraphicsCompareFunction | swigToEnum (int swigValue) |
static GraphicsCompareFunction | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
GraphicsCompareFunctionAlways =(1) | |
Always passes. | |
GraphicsCompareFunctionDisabled =(8) | |
Compare/test is disabled. | |
GraphicsCompareFunctionEqual =(6) | |
(Ref & mask) = (stencil & mask). | |
GraphicsCompareFunctionGreater =(4) | |
(Ref & mask) > (stencil & mask). | |
GraphicsCompareFunctionGreaterOrEqual =(5) | |
(Ref & mask) >= (stencil & mask). | |
GraphicsCompareFunctionLess =(2) | |
(Ref & mask) < (stencil & mask). | |
GraphicsCompareFunctionLessOrEqual =(3) | |
(Ref & mask) <= (stencil & mask). | |
GraphicsCompareFunctionNever =(0) | |
Always fails. | |
GraphicsCompareFunctionNotEqual =(7) | |
(Ref & mask) != (stencil & mask). | |
Renderer stencil modes.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |