csharp
public enum WgpuVertexFormatThe type of a vertex attribute.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (13)
UndefinedNo format.
Uint8X4Four bytes as unsigned integers.
Unorm8X4Four bytes, [0, 1].
Snorm8X4Four bytes, [-1, 1].
Unorm16X2Two shorts, [0, 1].
Snorm16X4Four shorts, [-1, 1].
Float16X2Two half floats.
Float16X4Four half floats.
Float32One float.
Float32X2Two floats.
Float32X3Three floats.
Float32X4Four floats.
Uint32One unsigned 32-bit integer.
Used by (4)
- WebGpuDeviceVixen.Graphics.WebGPU
- WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
- WebGpuFormatsVixen.Graphics.WebGPU
- WgpuVertexElementVixen.Graphics.WebGPU