logRakedWGSL¶
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/logRakedWGSL.ts for the most up-to-date information.
Overview¶
Specialized logging TODO doc, TODO factor out common parts
@author Jonathan Olson <jonathan.olson@colorado.edu>
Type logRakedWGSLOptions¶
- lengthExpression?: WGSLExpressionU32 | null
- relativeLengthExpression?: WGSLExpressionU32 | null
- skipBarriers?: boolean
- accessExpression?: ( ( index: WGSLExpressionU32 ) => WGSLExpression ) | null
- relativeAccessExpression?: ( ( index: WGSLExpressionU32 ) => WGSLExpression ) | null
- & RakedSizable & StrictOmit<logWGSLOptions<T>, "dataCount" | "writeData"> & PickRequired<logWGSLOptions<T>, "type">
Source Code¶
See the source for logRakedWGSL.ts in the alpenglow repository.