Vixen
02b45cc4
csharp
public enum ColourWriteMask

Which channels a draw is allowed to write.

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

Fields and properties (6)

  • None

    None. A depth-only pass.

  • Red

    Red.

  • Green

    Green.

  • Blue

    Blue.

  • Alpha

    Alpha.

  • All

    All four.

Used by (7)

  • BlendStateVixen.Graphics
  • GlStateCacheVixen.Graphics.OpenGL
  • PipelineDefaultTestsVixen.Graphics.Tests
  • PipelineStateImageTestsVixen.Graphics.Golden.Tests
  • VulkanEnumTestsVixen.Graphics.Vulkan.Tests
  • VulkanEnumsVixen.Graphics.Vulkan
  • WebGpuConversionsVixen.Graphics.WebGPU