Skip to content

ParallelRasterChunkIndexPatch

Overview

Updates the reducible/complete chunks with proper destination edge indices (so the chunk references the range of edges it is comprised of).

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

Class ParallelRasterChunkIndexPatch

import { ParallelRasterChunkIndexPatch } from 'scenerystack/alpenglow';

Static Methods

dispatch( workgroupSize : number, chunkIndexMap : ParallelStorageArray<number>, chunkIndices : ParallelStorageArray<number>, clippedChunks : ParallelStorageArray<RasterClippedChunk>, numClippedChunks : number, reducibleChunks : ParallelStorageArray<RasterChunk>, completeChunks : ParallelStorageArray<RasterCompleteChunk> ) : Promise<void>

Source Code

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