mellinoe / ShaderGen

Proof-of-concept library for generating HLSL, GLSL, and Metal shader code from C#,
MIT License
497 stars 56 forks source link

[Enhancement] Use a C# wrapper library for GLSLangValidator #94

Open thargy opened 5 years ago

thargy commented 5 years ago

According to here glslangvalidator has a c++ library that can be used instead of the executable. It should be possible to create a C# wrapper library and NuGet (similar to SharpDX) and so make it much easier to include this tool automatically.