RenderPass.setScissorRect

Sets the scissor region.

Subsequent draw calls will discard any fragments that fall outside this region.

struct RenderPass
void
setScissorRect
(
uint x
,
uint y
,
uint w
,
uint h
)

Meta