diff options
| author | jussi | 2024-04-15 21:57:32 +0300 |
|---|---|---|
| committer | jussi | 2024-04-15 21:57:32 +0300 |
| commit | 41b67398247d9031aed4ca6e3ffd6799ec8b1bca (patch) | |
| tree | 3b89a6f190d77b3c682aec9e61c1f96ebe0497a1 /ReiLua_API.lua | |
| parent | 3aecd6dd990c4bba1b79f350970093409d1697ac (diff) | |
| download | reilua-enhanced-41b67398247d9031aed4ca6e3ffd6799ec8b1bca.tar.gz reilua-enhanced-41b67398247d9031aed4ca6e3ffd6799ec8b1bca.tar.bz2 reilua-enhanced-41b67398247d9031aed4ca6e3ffd6799ec8b1bca.zip | |
Stencil reflection example.
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 3a4c034..8dad18d 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -7588,6 +7588,13 @@ function RL.rlSetMatrixProjectionStereo( right, left ) end ---@return any RL.rlSetMatrixViewOffsetStereo function RL.rlSetMatrixViewOffsetStereo( right, left ) end +-- OpenGL - Rendering + +---Clear buffers to preset values +---@param mask integer +---@return any RL.glClear +function RL.glClear( mask ) end + -- OpenGL - Frame Buffers ---Copy a block of pixels from one framebuffer object to another. |
