diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mgl/gl_macro.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mgl/gl_macro.h b/include/mgl/gl_macro.h index ea2b5e4..07ce1c4 100644 --- a/include/mgl/gl_macro.h +++ b/include/mgl/gl_macro.h @@ -86,6 +86,7 @@ #define GL_LINK_STATUS 0x8B82 #define GL_COMPILE_STATUS 0x8B81 +#define GL_PACK_ALIGNMENT 0x0D05 #define GL_UNPACK_ALIGNMENT 0x0CF5 #define GL_FALSE 0 |