Skip to content

ParallelRasterInitialChunk

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/ParallelRasterInitialChunk.ts for the most up-to-date information.

Overview

Creates the two RasterClippedChunk (min/max) for each RasterChunk.

NOTE: These only fill in certain values, and leave a lot blank to be filled in by the upcoming reduce.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class ParallelRasterInitialChunk

import { ParallelRasterInitialChunk } from 'scenerystack/alpenglow';

Static Methods

dispatch( workgroupSize : number, chunks : ParallelStorageArray<RasterChunk>, numChunks : number, clippedChunks : ParallelStorageArray<RasterClippedChunk> ) : Promise<void>

validate( workgroupSize : number, chunks : ParallelStorageArray<RasterChunk>, numChunks : number, clippedChunks : ParallelStorageArray<RasterClippedChunk> )

Source Code

See the source for ParallelRasterInitialChunk.ts in the alpenglow repository.