DirectModule¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/alpenglow/blob/main/js/webgpu/compute/DirectModule.ts for the most up-to-date information.
Overview¶
TODO: doc
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class DirectModule¶
Constructor¶
new DirectModule( options : DirectModuleOptions<T> )¶
Instance Methods¶
Type DirectModuleOptions¶
- main: WGSLMainModule
- setDispatchSize: ( dispatchSize: Vector3, data: T ) => void
- & PipelineBlueprintOptions
Source Code¶
See the source for DirectModule.ts in the alpenglow repository.