RLGL Textures state functions.

This commit is contained in:
jussi
2023-06-02 16:18:32 +03:00
parent 9f979ad69c
commit d550afa3d4
7 changed files with 262 additions and 2 deletions

View File

@@ -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 );