wgpun_RenderPassEncoderInsertDebugMarker function

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

Implementation

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