Variable GPU_INDEX_FORMATConst

GPU_INDEX_FORMAT: { UINT16: "uint16"; UINT32: "uint32" } = ...

Represents the available index formats for GPUs. Each format is associated with its corresponding string representation.

Type declaration

  • ReadonlyUINT16: "uint16"
  • ReadonlyUINT32: "uint32"