mainMergeSimpleWGSL¶
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/mainMergeSimpleWGSL.ts for the most up-to-date information.
Overview¶
@author Jonathan Olson <jonathan.olson@colorado.edu>
Type mainMergeSimpleWGSLOptions¶
- inputA: BufferSlot<T[]>
- inputB: BufferSlot<T[]>
- output: BufferSlot<T[]>
- workgroupSize: number
- grainSize: number
- order: CompareOrder<T>
- lengthExpressionA: WGSLExpressionU32
- lengthExpressionB: WGSLExpressionU32
Source Code¶
See the source for mainMergeSimpleWGSL.ts in the alpenglow repository.