Stencil reflection example.

This commit is contained in:
jussi
2024-04-15 21:57:32 +03:00
parent 3aecd6dd99
commit 41b6739824
7 changed files with 106 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
/* Rendering. */
int lglClear( lua_State* L );
/* Frame Buffers. */
int lglBlitFramebuffer( lua_State* L );
/* State Management. */