Skip to content

ParallelRasterInitialEdgeReduce

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/parallel/raster-clip/ParallelRasterInitialEdgeReduce.ts for the most up-to-date information.

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

import { ParallelRasterInitialEdgeReduce } from 'scenerystack/alpenglow';

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.