DRAW_Z Container ID » DRAW_PARAMETER |

Enumeration

详细描述

Macros

#define  DRAW_Z_LOWEREQUAL
#define  DRAW_Z_GREATER
#define  DRAW_Z_ALWAYS
#define  DRAW_Z_EQUAL
#define  DRAW_Z_LOWER

Macro Definition Documentation

◆  DRAW_Z_LOWEREQUAL

#define DRAW_Z_LOWEREQUAL

Draws the fragment if its Z value is <= then the Z-buffers fragments Z value.

◆  DRAW_Z_GREATER

#define DRAW_Z_GREATER

Draws the fragment if its Z value is > then the Z-buffers fragments Z value.

◆  DRAW_Z_ALWAYS

#define DRAW_Z_ALWAYS

Always draws a fragment.

◆  DRAW_Z_EQUAL

#define DRAW_Z_EQUAL

Draws the fragment if its Z value equals the Z-buffers fragments Z value.

◆  DRAW_Z_LOWER

#define DRAW_Z_LOWER

Draws the fragment if its Z value is < then the Z-buffers fragments Z value.