mainRadixHistogramWGSL¶
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/wgsl/gpu/mainRadixHistogramWGSL.ts for the most up-to-date information.
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.