wgpun_CommandEncoderInsertDebugMarker function

  1. @Native<Void Function(Uint64, Pointer<Char>)>(ffi.Uint64, ffi.Pointer<ffi.Char>)>()
void wgpun_CommandEncoderInsertDebugMarker(
  1. int encoder,
  2. Pointer<Char> label
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Uint64, ffi.Pointer<ffi.Char>)>()
external void wgpun_CommandEncoderInsertDebugMarker(
  int encoder,
  ffi.Pointer<ffi.Char> label,
);