Skip to content
Commit 0995c716 authored by Jasper St. Pierre's avatar Jasper St. Pierre Committed by Dzmitry Malyshau
Browse files

[glsl-in] Keep around extra linkage variables

WGSL will require this. Note that this still might
cause some issues with multi-entry-point GLSL
that I didn't know how to handle. That is, we will
handle unused builtin inputs but not unused
builtin outputs correctly right now. This is an existing
issue though, not a regression.

This is also provided as an option, but I feel like
the more correct approach is to never strip linkage
variables. We'll see though.
parent 0b69aa8b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment