MainRadixScatterModule¶
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.