csharp
public enum WgpuPrimitiveTopologyWhat the vertices mean.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
PointListEach vertex is a point.
LineListEach pair is a line.
LineStripEach vertex continues a line.
TriangleListEach triple is a triangle.
TriangleStripEach vertex continues a strip.
Used by (3)
- WebGpuConversionsVixen.Graphics.WebGPU
- WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
- WgpuRenderPipelineDescriptorVixen.Graphics.WebGPU