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. GpuLoadOp
    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. GpuLoadOp
    1. Variants
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
Docs/Language/Standard Library/Modules/destack:gpu/destack:gpu/binding
mdtxt

GpuLoadOp

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

Render-pass load operation selector.

language/library/src/gpu/binding/command.ds:74:81
1export enum GpuLoadOp {2    Load = 1,3    Clear = 2,4    DontCare = 3,5}

Variants

Load = 1

Keep existing attachment contents.

Clear = 2

Clear attachment contents.

DontCare = 3

Leave the attachment contents undefined.

discordxgithub
2026.8.3alpha