Vixen
02b45cc4
csharp
public readonly record struct WgpuVertexBufferLayout

One vertex buffer's layout.

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

Fields and properties (3)

  • public long ArrayStride

    Bytes between consecutive elements.

  • public WgpuVertexStepMode StepMode

    Whether it advances per vertex or per instance.

  • public WgpuVertexElement[] Attributes

    What an element contains.

Methods (1)

Used by (3)

  • NativeWebGpuBindingVixen.Graphics.WebGPU
  • WebGpuDeviceVixen.Graphics.WebGPU
  • WgpuRenderPipelineDescriptorVixen.Graphics.WebGPU