Skip to content

ScanModule

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/webgpu/modules/gpu/ScanModule.ts for the most up-to-date information.

Overview

A single level of standalone reduction.

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

Class ScanModule

stageInputSize: number

import { ScanModule } from 'scenerystack/alpenglow';

Constructor

new ScanModule( providedOptions : ScanModuleOptions<T> )

Instance Methods

Instance Properties

input : BufferArraySlot<T>

(readonly)

output : BufferArraySlot<T>

(readonly)

slots : BufferArraySlot<T>[]

(readonly)

internalSlots : BufferArraySlot<T>[]

(readonly)

Type ScanModuleOptions

import type { ScanModuleOptions } from 'scenerystack/alpenglow';

PipelineBlueprintOptions

Source Code

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