Skip to content

ParallelWorkgroup

Overview

Represents a workgroup

See ParallelExecutor for more high-level documentation.

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

Class ParallelWorkgroup

import { ParallelWorkgroup } from 'scenerystack/alpenglow';

Constructor

new ParallelWorkgroup( kernel : ParallelKernel<WorkgroupValues>, id : Vector3, values : WorkgroupValues )

Instance Methods

Instance Properties

workgroupResolves : ( () => void )[]

storageResolves : ( () => void )[]

Source Code

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