summaryrefslogtreecommitdiff
path: root/src/opengl/gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/gl.c')
-rw-r--r--src/opengl/gl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opengl/gl.c b/src/opengl/gl.c
index 6643f5f..bbbb07d 100644
--- a/src/opengl/gl.c
+++ b/src/opengl/gl.c
@@ -48,6 +48,8 @@ void setup_gl(lua_State *L, int honey_index)
/* opengl capabilities */
H_INT("DEPTH_TEST", GL_DEPTH_TEST),
H_INT("CULL_FACE", GL_CULL_FACE),
+ H_INT("BLEND", GL_BLEND),
+ H_INT("SCISSOR_TEST", GL_SCISSOR_TEST),
/* strings */
H_INT("VENDOR", GL_VENDOR),