csharp
public enum WgpuVertexStepModeHow a vertex attribute advances.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
VertexOnce per vertex.
InstanceOnce per instance.
VertexBufferNotUsedThe buffer is declared but not read.
Used by (2)
- WebGpuDeviceVixen.Graphics.WebGPU
- WgpuVertexBufferLayoutVixen.Graphics.WebGPU