mainRadixHistogramWGSL¶
Overview¶
@author Jonathan Olson <jonathan.olson@colorado.edu>
Type mainRadixHistogramWGSLOptions¶
- input: BufferSlot<T[]>
- output: BufferSlot<number[]>
- workgroupSize: number
- grainSize: number
- order: BitOrder<T>
- pass: number
- bitsPerPass: number
- lengthExpression: WGSLExpressionU32
Source Code¶
See the source for mainRadixHistogramWGSL.ts in the alpenglow repository.