From d550afa3d41e49c6cb215498db0eb547a628d578 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 2 Jun 2023 16:18:32 +0300 Subject: RLGL Textures state functions. --- include/lrlgl.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/lrlgl.h') 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 ); -- cgit v1.2.3