Vixen
02b45cc4
csharp
public enum WgpuCullMode

Which faces to discard.

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

Fields and properties (3)

  • None

    Draw both sides.

  • Front

    Discard front faces.

  • Back

    Discard back faces.

Used by (2)

  • WebGpuConversionsVixen.Graphics.WebGPU
  • WgpuRenderPipelineDescriptorVixen.Graphics.WebGPU