summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ReiLua_API.lua')
-rw-r--r--ReiLua_API.lua7
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.