Rest of rlRenderBatch functions.

This commit is contained in:
jussi
2023-12-15 12:52:28 +02:00
parent ba4595305f
commit 917ce853fc
7 changed files with 150 additions and 0 deletions

26
API.md
View File

@@ -9515,6 +9515,32 @@ Get default shader locations
---
> renderBatch = RL.rlLoadRenderBatch( int numBuffers, int bufferElements )
Load a render batch system
- Success return rlRenderBatch
---
> RL.rlUnloadRenderBatch( rlRenderBatch renderBatch )
Unload render batch system
---
> RL.rlDrawRenderBatch( rlRenderBatch renderBatch )
Draw render batch data (Update->Draw->Reset)
---
> RL.rlSetRenderBatchActive( rlRenderBatch renderBatch )
Set the active render batch for rlgl (nil for default internal)
---
> RL.rlDrawRenderBatchActive()
Update and draw internal render batch