MainRadixHistogramModule¶
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/MainRadixHistogramModule.ts for the most up-to-date information.
Overview¶
Saves a striped histogram into memory (for use in a radix sort).
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class MainRadixHistogramModule¶
inputSize: number
Constructor¶
new MainRadixHistogramModule( providedOptions : MainRadixHistogramModuleOptions<T> )¶
Instance Methods¶
Instance Properties¶
input : BufferArraySlot<T>¶
(readonly)
output : BufferArraySlot<number>¶
(readonly)
Type MainRadixHistogramModuleOptions¶
- input: BufferArraySlot<T>
- output: BufferArraySlot<number>
- & mainRadixHistogramWGSLOptions<T> & PipelineBlueprintOptions
Source Code¶
See the source for MainRadixHistogramModule.ts in the alpenglow repository.