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