You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this library :)
I'm trying to use it to optimize GLSL that resulted from Rust being compiled to SPIR-V and then to GLSL.
But it fails in this line:
Thanks for this library :)
I'm trying to use it to optimize GLSL that resulted from Rust being compiled to SPIR-V and then to GLSL.
But it fails in this line:
glsl-optimizer/src/util/ralloc.c
Line 95 in 0727229
This is the GLSL code:
https://dpaste.com/5XGJTHTV8
(The same happens when I use
#version 120
as compilation target.)Any idea how to make it work? :)
Btw, I'm calling it through the
glslopt
crate like this:The text was updated successfully, but these errors were encountered: