Skip to content

MainTwoPassInitializeAddressesModule

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/rasterize-two-pass/MainTwoPassInitializeAddressesModule.ts for the most up-to-date information.

Overview

TODO: doc

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

Class MainTwoPassInitializeAddressesModule

inputSize: number - numBins (!)

import { MainTwoPassInitializeAddressesModule } from 'scenerystack/alpenglow';

Constructor

new MainTwoPassInitializeAddressesModule( providedOptions : MainTwoPassInitializeAddressesModuleOptions )

Instance Methods

Instance Properties

addresses : BufferSlot<number[]>

(readonly)

Type MainTwoPassInitializeAddressesModuleOptions

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

Source Code

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