SDL_SetGPUScissor

Sets the current scissor state on a command buffer.

extern (C) nothrow @nogc extern
void
SDL_SetGPUScissor

Parameters

render_pass SDL_GPURenderPass*

a render pass handle.

scissor const(SDL_Rect)*

the scissor area to set.

Meta