Skip to content

ParallelRasterInitialChunk

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.