mgpuCreateBuffer function
- @Native<
Pointer< (ffi.Int, ffi.Int)>()MGPUBuffer> Function(Int, Int)>
Implementation
@ffi.Native<ffi.Pointer<MGPUBuffer> Function(ffi.Int, ffi.Int)>()
external ffi.Pointer<MGPUBuffer> mgpuCreateBuffer(
int bufferSize,
int dataType,
);