csharp
public enum StoreActionWhat happens to an attachment when a render pass ends.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
StoreWrite it back.
DontCareThrow it away — a depth buffer nothing reads after the pass, a multisampled target that has already been resolved.
ResolveResolve a multisampled attachment into its resolve target and discard the samples.
Used by (26)
- ColourAttachmentVixen.Graphics
- DepthStencilAttachmentVixen.Graphics
- GlAttachmentVixen.Graphics.OpenGL
- GlCommandListTestsVixen.Graphics.OpenGL.Tests
- GlDeviceVixen.Graphics.OpenGL
- GlReplayTestsVixen.Graphics.OpenGL.Tests
- GraphAttachmentVixen.Graphics.RenderGraph
- ImpostorBakeVixen.Rendering
- IrradianceCubeCaptureVixen.Rendering
- NativeWebGpuTestsVixen.Graphics.WebGPU.Tests
- RenderGraphVixen.Graphics.RenderGraph
- RenderGraphPassBuilderVixen.Graphics.RenderGraph
- RenderGraphTestsVixen.Graphics.RenderGraph.Tests
- SurfaceCardCaptureVixen.Rendering
- ValidationCleanTestsVixen.Graphics.Vulkan.Tests
- VideoRenderTargetVixen.Video.Rendering
- VirtualShadowRendererVixen.Rendering
- VulkanCommandListVixen.Graphics.Vulkan
- VulkanDeviceTestsVixen.Graphics.Vulkan.Tests
- VulkanDrawTestsVixen.Graphics.Vulkan.Tests
- VulkanEnumTestsVixen.Graphics.Vulkan.Tests
- VulkanEnumsVixen.Graphics.Vulkan
- VulkanPipelineTestsVixen.Graphics.Vulkan.Tests
- WebGpuCommandListVixen.Graphics.WebGPU
- WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
- WebGpuConversionsVixen.Graphics.WebGPU