evaluate_render_program_instructionsWGSL¶
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/render-program/evaluate_render_program_instructionsWGSL.ts for the most up-to-date information.
Overview¶
Executes a RenderProgram in WGSL.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Type evaluate_render_program_instructionsWGSLOptions¶
- getRenderProgramInstruction: ( index: WGSLExpressionU32 ) => WGSLExpression
- getLinearEdge: ( index: WGSLExpressionU32 ) => WGSLExpression
- stackSize?: number
- instructionStackSize?: number
Source Code¶
See the source for evaluate_render_program_instructionsWGSL.ts in the alpenglow repository.