KallistiOS
##version##
|
Macros | |
#define | PVR_DEPTHCMP_NEVER 0 |
Never pass. More... | |
#define | PVR_DEPTHCMP_LESS 1 |
Less than. More... | |
#define | PVR_DEPTHCMP_EQUAL 2 |
Equal to. More... | |
#define | PVR_DEPTHCMP_LEQUAL 3 |
Less than or equal to. More... | |
#define | PVR_DEPTHCMP_GREATER 4 |
Greater than. More... | |
#define | PVR_DEPTHCMP_NOTEQUAL 5 |
Not equal to. More... | |
#define | PVR_DEPTHCMP_GEQUAL 6 |
Greater than or equal to. More... | |
#define | PVR_DEPTHCMP_ALWAYS 7 |
Always pass. More... | |
These set the depth function used for comparisons.
#define PVR_DEPTHCMP_ALWAYS 7 |
Always pass.
#define PVR_DEPTHCMP_EQUAL 2 |
Equal to.
#define PVR_DEPTHCMP_GEQUAL 6 |
Greater than or equal to.
#define PVR_DEPTHCMP_GREATER 4 |
Greater than.
#define PVR_DEPTHCMP_LEQUAL 3 |
Less than or equal to.
#define PVR_DEPTHCMP_LESS 1 |
Less than.
#define PVR_DEPTHCMP_NEVER 0 |
Never pass.
#define PVR_DEPTHCMP_NOTEQUAL 5 |
Not equal to.