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
What exactly does being stringify! compatible mean? Asking, because I am working on eventual naga-oil/WGSL importing improvements.
Mostly whitespace agnostic like rust and wgsl itself.
I don't think this is a huge issue but naga_oil being whitespace agnostic could probably benefit the spec in the long run.
naga_oil
not beingstringify!
compatible severely hurts the viability of macro generated shaders.To make
naga_oil
compatible we needTreat
# import
as#import
.Ignore line breaks and use expression based parsing
The text was updated successfully, but these errors were encountered: