Vixen
02b45cc4
csharp
public enum WgpuVertexStepMode

How a vertex attribute advances.

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

Fields and properties (3)

  • Vertex

    Once per vertex.

  • Instance

    Once per instance.

  • VertexBufferNotUsed

    The buffer is declared but not read.

Used by (2)

  • WebGpuDeviceVixen.Graphics.WebGPU
  • WgpuVertexBufferLayoutVixen.Graphics.WebGPU