Vixen
02b45cc4
csharp
public enum WgpuPrimitiveTopology

What the vertices mean.

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

Fields and properties (5)

  • PointList

    Each vertex is a point.

  • LineList

    Each pair is a line.

  • LineStrip

    Each vertex continues a line.

  • TriangleList

    Each triple is a triangle.

  • TriangleStrip

    Each vertex continues a strip.

Used by (3)

  • WebGpuConversionsVixen.Graphics.WebGPU
  • WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
  • WgpuRenderPipelineDescriptorVixen.Graphics.WebGPU