IndirectModule¶
Overview¶
TODO: doc
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class IndirectModule¶
Constructor¶
new IndirectModule( providedOptions : IndirectModuleOptions<T> )¶
Instance Methods¶
Type IndirectModuleOptions¶
- create: ( blueprint: PipelineBlueprint ) => void
- execute: ( context: ExecutionContext, dispatch: ( context: ExecutionContext, indirectBuffer: GPUBuffer, indirectOffset: number ) => void, data: T ) => void
TODO: BufferSlot? - & PipelineBlueprintOptions
Source Code¶
See the source for IndirectModule.ts in the alpenglow repository.