csharp
public readonly record struct WgpuVertexElementOne vertex attribute.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public WgpuVertexFormat FormatIts type.
public long OffsetIts offset within the vertex, in bytes.
public uint ShaderLocationIts 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