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

GpuComputeState

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

Compute-state descriptor.

language/library/src/gpu/binding/pipeline.ds:471:478
1export struct GpuComputeState {2    module: GpuShaderHandle;3    entry: string;4    constants: [GpuPipelineConstant];5}

Members

module: GpuShaderHandle

Compute shader-module handle.

entry: string

Compute entry point when provided.

constants: [GpuPipelineConstant]

Compute-stage specialization constants.

discordxgithub
2026.8.3alpha