summaryrefslogtreecommitdiff
path: root/include/lrlgl.h
diff options
context:
space:
mode:
authorjussi2023-06-02 16:18:32 +0300
committerjussi2023-06-02 16:18:32 +0300
commitd550afa3d41e49c6cb215498db0eb547a628d578 (patch)
treec5255c6ec1c021ca3917ee04236cf7ea4a8c85e5 /include/lrlgl.h
parent9f979ad69c78a85bb88c2649a0613cea7890b650 (diff)
downloadreilua-enhanced-d550afa3d41e49c6cb215498db0eb547a628d578.tar.gz
reilua-enhanced-d550afa3d41e49c6cb215498db0eb547a628d578.tar.bz2
reilua-enhanced-d550afa3d41e49c6cb215498db0eb547a628d578.zip
RLGL Textures state functions.
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 );