summaryrefslogtreecommitdiff
path: root/include/lrlgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lrlgl.h')
-rw-r--r--include/lrlgl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/lrlgl.h b/include/lrlgl.h
index 8784a17..b07fc09 100644
--- a/include/lrlgl.h
+++ b/include/lrlgl.h
@@ -1,5 +1,13 @@
#pragma once
+/* Textures state */
+int lrlglActiveTextureSlot( lua_State *L );
+int lrlglEnableTexture( lua_State *L );
+int lrlglDisableTexture( lua_State *L );
+int lrlglEnableTextureCubemap( lua_State *L );
+int lrlglDisableTextureCubemap( lua_State *L );
+int lrlglTextureParameters( lua_State *L );
+int lrlglCubemapParameters( lua_State *L );
/* Framebuffer state. */
int lrlglEnableFramebuffer( lua_State *L );
int lrlglDisableFramebuffer( lua_State *L );