ParallelUtils¶
Overview¶
Some utility functions for parallel kernels
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class ParallelUtils¶
Static Methods¶
getInclusiveToExclusiveScanIndices( index : number, workgroupSize : number ) : Vector3¶
Convert to an exclusive scan with the different indices
Source Code¶
See the source for ParallelUtils.ts in the alpenglow repository.