Natalie Cuthbert
Natalie Cuthbert
The wgsl file below breaks due to the use of virtual functions. The problem is the virtual function routine is removing the line breaks before the virtual function declaration, resulting...
**Describe the solution you'd like** As the title describes, naga oil has functionality to declare virtual functions. It'd be fantastic if this could be leveraged to be able to write...
**Is your feature request related to a problem? Please describe.** When building tooling or extensions for wgsl, or other shader languages, it'd be very useful to be able to parse...
I am developing an extension to WGSL (as part of a WESL/Bevy experiment). One big challenge I'm facing is how to map back errors emanating from Naga to the input...