rlLoadRenderBatch method
Load a render batch system
Implementation
@override
RlRenderBatchD rlLoadRenderBatch(
int numBuffers,
int bufferElements,
) => $.RlRenderBatch$.RefCapture(
RaylibCaptureIds.rlLoadRenderBatch,
(p) => _wasm.rlLoadRenderBatch(
p.toJS,
numBuffers.toJS,
bufferElements.toJS,
),
);