glDepthRange and glPolygonOffset.

This commit is contained in:
jussi
2024-10-25 21:19:42 +03:00
parent ab995f3453
commit cddfc09ccc
11 changed files with 87 additions and 13 deletions

View File

@@ -117,7 +117,7 @@ int lguiGuiGetState( lua_State* L ) {
}
/*
> RL.GuiSetSliderDragging()
> RL.GuiSetSliderDragging( bool dragging )
Set guiSliderDragging
*/
@@ -143,7 +143,7 @@ int lguiGuiGetSliderDragging( lua_State* L ) {
}
/*
> RL.GuiSetSliderActive()
> RL.GuiSetSliderActive( Rectange rect )
Set guiSliderActive
*/