Enum IndexFormat

When drawing strip topologies with indices, this is the required format for the index buffer. This has no effect on non-indexed or non-strip draws.

enum IndexFormat : __C.WGPUIndexFormat { ... }

Enum members

NameDescription
uint16
uint32
undefined

See Also

wgpu::IndexFormat