wgpun_CommandEncoderClearBuffer function

  1. @Native<Uint8 Function(Uint64, Uint64, Uint64, Uint64)>(ffi.Uint64, ffi.Uint64, ffi.Uint64, ffi.Uint64)>()
int wgpun_CommandEncoderClearBuffer(
  1. int encoder,
  2. int buffer,
  3. int offset,
  4. int size,
)

Implementation

@ffi.Native<
  ffi.Uint8 Function(ffi.Uint64, ffi.Uint64, ffi.Uint64, ffi.Uint64)
>()
external int wgpun_CommandEncoderClearBuffer(
  int encoder,
  int buffer,
  int offset,
  int size,
);