diff options
Diffstat (limited to 'include/lgl.h')
| -rw-r--r-- | include/lgl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lgl.h b/include/lgl.h index 459ed69..530585b 100644 --- a/include/lgl.h +++ b/include/lgl.h @@ -5,8 +5,10 @@ int lglClear( lua_State* L ); /* Frame Buffers. */ int lglBlitFramebuffer( lua_State* L ); /* State Management. */ +int lglDepthRange( lua_State* L ); int lglEnable( lua_State* L ); int lglDisable( lua_State* L ); +int lglPolygonOffset( lua_State* L ); int lglStencilFunc( lua_State* L ); int lglStencilFuncSeparate( lua_State* L ); int lglStencilMask( lua_State* L ); |
