MainRadixScatterModule¶
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/MainRadixScatterModule.ts for the most up-to-date information.
Overview¶
Uses a scanned histogram to perform a step of the radix sort.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class MainRadixScatterModule¶
inputSize: number
Constructor¶
new MainRadixScatterModule( providedOptions : MainRadixScatterModuleOptions<T> )¶
Instance Methods¶
Instance Properties¶
input : BufferArraySlot<T>¶
(readonly)
output : BufferArraySlot<T>¶
(readonly)
Type MainRadixScatterModuleOptions¶
- input: BufferArraySlot<T>
- output: BufferArraySlot<T>
- & mainRadixScatterWGSLOptions<T> & PipelineBlueprintOptions
Source Code¶
See the source for MainRadixScatterModule.ts in the alpenglow repository.