Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WgCompShader

A WebGPU compute shader where all the required data and buffers can be passed to and will be assigned to their respective bindings.

Also provides compute shader-specific information, like dispatchSize and workgroupSize

Hierarchy

Index

Constructors

Protected constructor

Accessors

bindGroups

  • get bindGroups(): { bindGroup: GPUBindGroup; index: number }[]

dispatchSize

  • get dispatchSize(): keyof [number, number, number]

outputs

  • get outputs(): keyof Output[]

pipeline

  • get pipeline(): GPUComputePipeline

workgroupSize

  • get workgroupSize(): keyof [number, number, number]

Methods

Abstract dispose

  • dispose(): void

Generated using TypeDoc