rlUpdateVertexBufferElements function
Implementation
@ffi.Native<
ffi.Void Function(ffi.UnsignedInt, ffi.Pointer<ffi.Void>, ffi.Int, ffi.Int)
>()
external void rlUpdateVertexBufferElements(
int id,
ffi.Pointer<ffi.Void> data,
int dataSize,
int offset,
);