1 #pragma once
2 
3 #define GX2_SCAN_BUFFER_ALIGNMENT      0x1000
4 #define GX2_SHADER_ALIGNMENT           0x100
5 #define GX2_CONTEXT_STATE_ALIGNMENT    0x100
6 #define GX2_UNIFORM_BLOCK_ALIGNMENT    0x100
7 #define GX2_DISPLAY_LIST_ALIGNMENT     0x20
8 #define GX2_VERTEX_BUFFER_ALIGNMENT    0x40
9 #define GX2_INDEX_BUFFER_ALIGNMENT     0x20
10 
11 #define GX2_ENABLE                     TRUE
12 #define GX2_DISABLE                    FALSE
13 
14 #define GX2_TRUE                       TRUE
15 #define GX2_FALSE                      FALSE
16