Stencil reflection example.

This commit is contained in:
jussi
2024-04-15 21:57:32 +03:00
parent 3aecd6dd99
commit 41b6739824
7 changed files with 106 additions and 1 deletions

View File

@@ -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.