destack.sh
docstemplatesblog
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:gpu
  11. destack:gpu/binding
  12. GpuIndexFormat
    1. Variants
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
menu
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:gpu
  11. destack:gpu/binding
  12. GpuIndexFormat
    1. Variants
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
Docs/Language/Standard Library/Modules/destack:gpu/destack:gpu/binding
mdtxt

GpuIndexFormat

import { GpuIndexFormat } from "destack:gpu/binding";

Index element format selector.

language/library/src/gpu/binding/pipeline.ds:385:390
1export enum GpuIndexFormat {2    Uint16 = 0,3    Uint32 = 1,4}

Variants

Uint16 = 0

Unsigned 16-bit indices.

Uint32 = 1

Unsigned 32-bit indices.

discordxgithub
2026.8.3alpha