Vixen
02b45cc4
csharp
public enum WgpuLoadOp

What happens to an attachment when a pass begins.

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

Fields and properties (3)

  • Undefined

    Unset.

  • Clear

    Fill it with the clear value.

  • Load

    Keep what is there.

Used by (5)

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