Make `naga_oil` `stringify!` compatible.
`naga_oil` not being `stringify!` compatible severely hurts the viability of macro generated shaders.
To make `naga_oil` compatible we need
* Treat `# import` as `#import`.
* Ignore line breaks and use expression based parsing
3 条评论