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 (38)
- ColourAttachmentVixen.Graphics
- DepthResolveTestsVixen.Graphics.RenderGraph.Tests
- 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
- OffscreenSwapChainTestsVixen.Graphics.Vulkan.Tests
- ParticlePictureVixen.Vfx.Gpu.Tests
- PunctualShadowRendererVixen.Rendering
- RenderGraphVixen.Graphics.RenderGraph
- RenderGraphPassBuilderVixen.Graphics.RenderGraph
- RenderGraphTestsVixen.Graphics.RenderGraph.Tests
- ResolveAttachmentTestsVixen.Graphics.RenderGraph.Tests
- SurfaceCardCaptureVixen.Rendering
- UiRendererVixen.Ui.Renderer
- ValidationCleanTestsVixen.Graphics.Vulkan.Tests
- VideoRenderTargetVixen.Video.Rendering
- VirtualShadowRendererVixen.Rendering
- VulkanCommandListVixen.Graphics.Vulkan
- VulkanDebugLabelTestsVixen.Graphics.Vulkan.Tests
- VulkanDeviceTestsVixen.Graphics.Vulkan.Tests
- VulkanDrawTestsVixen.Graphics.Vulkan.Tests
- VulkanEnumTestsVixen.Graphics.Vulkan.Tests
- VulkanEnumsVixen.Graphics.Vulkan
- VulkanPipelineTestsVixen.Graphics.Vulkan.Tests
- VulkanPresentationTestsVixen.Graphics.Vulkan.Tests
- VulkanResolveFallbackTestsVixen.Graphics.Vulkan.Tests
- WebGpuCommandListVixen.Graphics.WebGPU
- WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
- WebGpuConversionsVixen.Graphics.WebGPU
- EditorUiCompositingDeviceTestsVixen.Editor.App.Tests
- ShaderGraphPreviewRendererVixen.Editor.ShaderGraph
- ThumbnailSurfaceDeviceTestsVixen.Editor.App.Tests