Skip to content

binaryExpressionStatementWGSL

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/binaryExpressionStatementWGSL.ts for the most up-to-date information.

Overview

A helper for cases where we just want to assign the result of an expression/statements to a variable.

TODO: Come up with a better TS solution to these

TODO: We could just... not use this (statements), rely on function calls

@author Jonathan Olson <jonathan.olson@colorado.edu>

Source Code

See the source for binaryExpressionStatementWGSL.ts in the alpenglow repository.