mainTwoPassTileWGSL¶
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/rasterize-two-pass/mainTwoPassTileWGSL.ts for the most up-to-date information.
Overview¶
TODO: doc
@author Jonathan Olson <jonathan.olson@colorado.edu>
Type mainTwoPassTileWGSLOptions¶
- config: BufferSlot<TwoPassConfig>
input - initialRenderableFaces: BufferSlot<TwoPassInitialRenderableFace[]>
- initialEdges: BufferSlot<LinearEdge[]>
- coarseRenderableFaces: BufferSlot<TwoPassCoarseRenderableFace[]>
output - coarseEdges: BufferSlot<LinearEdge[]>
- addresses: BufferSlot<number[]>
- numInitialRenderableFaces: WGSLExpressionU32
Source Code¶
See the source for mainTwoPassTileWGSL.ts in the alpenglow repository.