ParallelRasterInitialEdgeReduce¶
Overview¶
Computes the reducible/complete edge counts for each EdgeClip, and applies the first level of reduction.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class ParallelRasterInitialEdgeReduce¶
Static Methods¶
dispatch( workgroupSize : number, clippedChunks : ParallelStorageArray<RasterClippedChunk>, edgeClips : ParallelStorageArray<RasterEdgeClip>, numEdgeClips : number, debugFullEdgeReduces : ParallelStorageArray<RasterSplitReduceData>, edgeReduces : ParallelStorageArray<RasterSplitReduceData> ) : Promise<void>¶
Source Code¶
See the source for ParallelRasterInitialEdgeReduce.ts in the alpenglow repository.