Vixen
02b45cc4
csharp
public enum WgpuStoreOp

What happens to an attachment when a pass ends.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • Undefined

    Unset.

  • Store

    Write it back.

  • Discard

    Throw it away.

Used by (5)

  • WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
  • WebGpuConversionsVixen.Graphics.WebGPU
  • WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
  • WgpuColourAttachmentVixen.Graphics.WebGPU
  • WgpuDepthStencilAttachmentVixen.Graphics.WebGPU