Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the options associated with the creation of a compute shader.

Hierarchy

  • IComputeShaderOptions

Index

Properties

bindingsMapping: ComputeBindingMapping

list of bindings mapping (key is property name, value is binding location) Must be provided because browsers don't support reflection for wgsl shaders yet (so there's no way to query the binding/group from a variable name) TODO: remove this when browsers support reflection for wgsl shaders

defines?: string[]

The list of defines used in the shader

entryPoint?: string

The name of the entry point in the shader source (default: "main")

processFinalCode?: Nullable<((code: string) => string)>

If provided, will be called with the shader code so that this code can be updated before it is compiled by the GPU

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme