Macros | |
| #define | DRAW_Z_LOWEREQUAL | 
| #define | DRAW_Z_GREATER | 
| #define | DRAW_Z_ALWAYS | 
| #define | DRAW_Z_EQUAL | 
| #define | DRAW_Z_LOWER | 
| #define DRAW_Z_LOWEREQUAL | 
Draws the fragment if its Z value is <= then the Z-buffers fragments Z value.
| #define DRAW_Z_GREATER | 
Draws the fragment if its Z value is > then the Z-buffers fragments Z value.
| #define DRAW_Z_ALWAYS | 
Always draws a fragment.
| #define DRAW_Z_EQUAL | 
Draws the fragment if its Z value equals the Z-buffers fragments Z value.
| #define DRAW_Z_LOWER | 
Draws the fragment if its Z value is < then the Z-buffers fragments Z value.