Vixen
02b45cc4
csharp
public readonly record struct WgpuVertexElement

One vertex attribute.

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

Fields and properties (3)

  • public WgpuVertexFormat Format

    Its type.

  • public long Offset

    Its offset within the vertex, in bytes.

  • public uint ShaderLocation

    Its shader location.

Methods (1)

  • public WgpuVertexElement(WgpuVertexFormat Format, long Offset, uint ShaderLocation)

    One vertex attribute.

Used by (3)

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