ParallelWorkgroup¶
Overview¶
Represents a workgroup
See ParallelExecutor for more high-level documentation.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class ParallelWorkgroup¶
Constructor¶
new ParallelWorkgroup( kernel : ParallelKernel<WorkgroupValues>, id : Vector3, values : WorkgroupValues )¶
Instance Methods¶
Instance Properties¶
workgroupResolves : ( () => void )[]¶
storageResolves : ( () => void )[]¶
Source Code¶
See the source for ParallelWorkgroup.ts in the alpenglow repository.