wgpun_RenderPassEncoderSetScissorRect function
Implementation
@ffi.Native<
ffi.Void Function(ffi.Uint64, ffi.Uint32, ffi.Uint32, ffi.Uint32, ffi.Uint32)
>()
external void wgpun_RenderPassEncoderSetScissorRect(
int render_pass,
int x,
int y,
int width,
int height,
);