fromStripedIndexWGSL¶
Overview¶
Converts an index from a striped order to a normal (blocked) order.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Type fromStripedIndexWGSLOptions¶
- i: WGSLExpressionU32
represents a striped index into data. So 0 is the 1st element, workgroupSIze is the 2nd element, etc. - & RakedSizable
Source Code¶
See the source for fromStripedIndexWGSL.ts in the alpenglow repository.