implemented like this to preserve compatibility.
Macros | |
| #define | LEGACY_DRAW_FLAGS_DEPTH_TEST_ALWAYS |
| #define | LEGACY_DRAW_FLAGS_CLIPPING_DISABLE_BORDER |
| #define | LEGACY_DRAW_FLAGS_CLIPPING_DISABLE_DEPTH |
| #define | NOCLIP_D |
| #define | NOCLIP_Z |
| #define LEGACY_DRAW_FLAGS_DEPTH_TEST_ALWAYS |
Depth test always passes.
| #define LEGACY_DRAW_FLAGS_CLIPPING_DISABLE_BORDER |
Clip against the view border.
| #define LEGACY_DRAW_FLAGS_CLIPPING_DISABLE_DEPTH |
Z clipping.
| #define NOCLIP_D |
Clip against the view border.
| #define NOCLIP_Z |
Z clipping.