wgpun_BufferMapStart function

  1. @Native<Uint64 Function(Uint64, Uint64, Uint64, Uint64, Uint32)>(ffi.Uint64, ffi.Uint64, ffi.Uint64, ffi.Uint64, ffi.Uint32)>()
int wgpun_BufferMapStart(
  1. int device,
  2. int buffer,
  3. int offset,
  4. int size,
  5. int mode,
)

Implementation

@ffi.Native<
  ffi.Uint64 Function(
    ffi.Uint64,
    ffi.Uint64,
    ffi.Uint64,
    ffi.Uint64,
    ffi.Uint32,
  )
>()
external int wgpun_BufferMapStart(
  int device,
  int buffer,
  int offset,
  int size,
  int mode,
);