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 (!)
Constructor¶
new MainTwoPassInitializeAddressesModule( providedOptions : MainTwoPassInitializeAddressesModuleOptions )¶
Instance Methods¶
Instance Properties¶
addresses : BufferSlot<number[]>¶
(readonly)
Type MainTwoPassInitializeAddressesModuleOptions¶
- addresses: BufferSlot<number[]>
- & mainTwoPassInitializeAddressesWGSLOptions & PipelineBlueprintOptions
Source Code¶
See the source for MainTwoPassInitializeAddressesModule.ts in the alpenglow repository.