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