From 41b67398247d9031aed4ca6e3ffd6799ec8b1bca Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 15 Apr 2024 21:57:32 +0300 Subject: Stencil reflection example. --- ReiLua_API.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ReiLua_API.lua') 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. -- cgit v1.2.3