rlgl Matrix state management.

This commit is contained in:
jussi
2023-10-22 22:13:27 +03:00
parent 95be0403e6
commit 6915f3e27c
7 changed files with 190 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ Application needs 'main.lua' or 'main' file as entry point. ReiLua executable wi
Example of basic "main.lua" file that will show basic windows with text.
```
```Lua
local textColor = RL.BLACK
local textPos = { 192, 200 }