Contents

scissorRects

Per-camera scissor rectangles within the render target.

Declaration

var scissorRects: [MTLScissorRect]? { get set }

Discussion

Corresponds to MTLRenderCommandEncoder.setScissorRects(_:).

See Also

Setting the viewport