diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-12-14 23:32:35 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-12-14 23:32:35 +0100 |
commit | 08b27c7854cf38d3f03b0607f06c0140d6dc7952 (patch) | |
tree | 202b276fd812394abb2e4efda048dcf4e3332635 /include | |
parent | e52886f8bea55fb3c9ff973b16ed812549cd1f22 (diff) |
Enable scissor test, invert scissor coordinates
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 0db0a60..043d3f9 100644 --- a/include/mgl/gl_macro.h +++ b/include/mgl/gl_macro.h @@ -90,5 +90,6 @@ #define GL_FALSE 0 #define GL_TRUE 1 +#define GL_SCISSOR_TEST 0x0C11 #endif /* MGL_GL_MACRO_H */ |