Vixen
02b45cc4
csharp
public enum WgpuVertexFormat

The type of a vertex attribute.

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

Fields and properties (13)

  • Undefined

    No format.

  • Uint8X4

    Four bytes as unsigned integers.

  • Unorm8X4

    Four bytes, [0, 1].

  • Snorm8X4

    Four bytes, [-1, 1].

  • Unorm16X2

    Two shorts, [0, 1].

  • Snorm16X4

    Four shorts, [-1, 1].

  • Float16X2

    Two half floats.

  • Float16X4

    Four half floats.

  • Float32

    One float.

  • Float32X2

    Two floats.

  • Float32X3

    Three floats.

  • Float32X4

    Four floats.

  • Uint32

    One unsigned 32-bit integer.

Used by (4)

  • WebGpuDeviceVixen.Graphics.WebGPU
  • WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
  • WebGpuFormatsVixen.Graphics.WebGPU
  • WgpuVertexElementVixen.Graphics.WebGPU