csharp
public readonly record struct ScissorRectA rectangle of the render target that fragments are kept in.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public int XThe left edge, in pixels.
public int YThe top edge, in pixels.
public int WidthThe width in pixels.
public int HeightThe height in pixels.
Methods (2)
public ScissorRect(int X, int Y, int Width, int Height)A rectangle of the render target that fragments are kept in.
public static ScissorRect Full(Int2 size)The whole of a target of a given size.
Used by (15)
- GlCommandListVixen.Graphics.OpenGL
- ICommandListVixen.Graphics
- ImpostorBakeVixen.Rendering
- ImpostorBakeTestsVixen.Rendering.Tests
- IrradianceCubeCaptureVixen.Rendering
- NullCommandListVixen.Graphics.Null
- OrderProbeVixen.Graphics.RenderGraph.Tests
- RenderPassDescriptionVixen.Graphics
- SurfaceCardCaptureVixen.Rendering
- TrackingCommandListVixen.Graphics.RenderGraph.Tests
- UiRendererVixen.Ui.Renderer
- ValidationCleanTestsVixen.Graphics.Vulkan.Tests
- VirtualShadowRendererVixen.Rendering
- VulkanCommandListVixen.Graphics.Vulkan
- WebGpuCommandListVixen.Graphics.WebGPU