rlLoadRenderBatch function

  1. @Native<rlRenderBatch Function(Int, Int)>(ffi.Int, ffi.Int)>()
rlRenderBatch rlLoadRenderBatch(
  1. int numBuffers,
  2. int bufferElements
)

Implementation

@ffi.Native<rlRenderBatch Function(ffi.Int, ffi.Int)>()
external rlRenderBatch rlLoadRenderBatch(int numBuffers, int bufferElements);