diff options
| author | jussi | 2023-04-12 00:05:57 +0300 |
|---|---|---|
| committer | jussi | 2023-04-12 00:05:57 +0300 |
| commit | 895c7f1a06de2d89347909d62da41be9d62f0d09 (patch) | |
| tree | f5e5c3a020b63719afc4d85156b7872a2e8b9ccc /include/textures.h | |
| parent | 3445d935d66969a7eec97e8691b68496dc51af0b (diff) | |
| download | reilua-enhanced-895c7f1a06de2d89347909d62da41be9d62f0d09.tar.gz reilua-enhanced-895c7f1a06de2d89347909d62da41be9d62f0d09.tar.bz2 reilua-enhanced-895c7f1a06de2d89347909d62da41be9d62f0d09.zip | |
glBlitFramebuffer.
Diffstat (limited to 'include/textures.h')
| -rw-r--r-- | include/textures.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/textures.h b/include/textures.h index 80e5a37..950d91b 100644 --- a/include/textures.h +++ b/include/textures.h @@ -80,10 +80,8 @@ int ltexturesUpdateTextureRec( lua_State *L ); /* Texture Drawing. */ int ltexturesDrawTexture( lua_State *L ); int ltexturesDrawTextureRec( lua_State *L ); -// int ltexturesDrawTextureTiled( lua_State *L ); int ltexturesDrawTexturePro( lua_State *L ); int ltexturesDrawTextureNPatch( lua_State *L ); -// int ltexturesDrawTexturePoly( lua_State *L ); int ltexturesBeginTextureMode( lua_State *L ); int ltexturesEndTextureMode( lua_State *L ); int ltexturesSetTextureSource( lua_State *L ); |
