Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WgShaderAlgorithm

A shader algorithm that takes a WgCompShader in the constructor, executes it, and copies its output into the output buffers (which are provided upon constructing the WgCompShader)

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Readonly context

context: WgContext

Protected Readonly passes

passes: WgPass[]

Methods

Protected _run

  • _run(passes: WgPass[], debug?: undefined | string): Promise<void>

run

  • run(): Promise<void>

Generated using TypeDoc