mgpuCreateBuffer function

  1. @Native<Pointer<MGPUBuffer> Function(Int)>(ffi.Int)>()
Pointer<MGPUBuffer> mgpuCreateBuffer(
  1. int bufferSize
)

Implementation

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