diff options
| author | jussi | 2023-11-09 21:24:58 +0200 |
|---|---|---|
| committer | jussi | 2023-11-09 21:24:58 +0200 |
| commit | e056446750bff6db15842aea662f18a322052d8c (patch) | |
| tree | e63e0c19f45408c9366d617509f7208102e94884 /src/textures.c | |
| parent | ef75e2530dd92c55ba6b2462fe71fa888e1883df (diff) | |
| download | reilua-enhanced-e056446750bff6db15842aea662f18a322052d8c.tar.gz reilua-enhanced-e056446750bff6db15842aea662f18a322052d8c.tar.bz2 reilua-enhanced-e056446750bff6db15842aea662f18a322052d8c.zip | |
Organized core functions.
Diffstat (limited to 'src/textures.c')
| -rw-r--r-- | src/textures.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/textures.c b/src/textures.c index f31d4d8..2274aa9 100644 --- a/src/textures.c +++ b/src/textures.c @@ -1259,30 +1259,6 @@ int ltexturesDrawTextureNPatch( lua_State *L ) { } /* -> RL.BeginTextureMode( RenderTexture target ) - -Begin drawing to render texture -*/ -int ltexturesBeginTextureMode( lua_State *L ) { - RenderTexture *renderTexture = uluaGetRenderTexture( L, 1 ); - - BeginTextureMode( *renderTexture ); - - return 0; -} - -/* -> RL.EndTextureMode() - -Ends drawing to render texture -*/ -int ltexturesEndTextureMode( lua_State *L ) { - EndTextureMode(); - - return 0; -} - -/* ## Textures - Texture Configuration */ |
