MainReduceNonCommutativeModule¶
Overview¶
A single level of standalone reduction for non-commutative types.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class MainReduceNonCommutativeModule¶
inputSize: number
Constructor¶
new MainReduceNonCommutativeModule( providedOptions : MainReduceNonCommutativeModuleOptions<T> )¶
Instance Methods¶
Instance Properties¶
input : BufferArraySlot<T>¶
(readonly)
output : BufferArraySlot<T>¶
(readonly)
Type MainReduceNonCommutativeModuleOptions¶
- input: BufferArraySlot<T>
- output: BufferArraySlot<T>
- & mainReduceNonCommutativeWGSLOptions<T> & PipelineBlueprintOptions
Source Code¶
See the source for MainReduceNonCommutativeModule.ts in the alpenglow repository.