mellinoe/ShaderGen

[Enhancement] Use a C# wrapper library for GLSLangValidator

thargy opened this issue · 0 comments

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.