gabriellanzer / Ravine

Ravine is a graphics framework built with Vulkan, GLFW, ImGUI and GLM.
MIT License
10 stars 0 forks source link

Should we change the shader compile.bat? #10

Closed RafaelFreita closed 5 years ago

RafaelFreita commented 5 years ago

We saw that Sasha uses the "glslangValidator.exe" directly instead of shipping with the repo?

Maybe we should do that to?

gabriellanzer commented 5 years ago

Sure thing, we should! I guess compiler errors will happen in a near future if we keep to the same version of the .sprv compiler. Another option is to keep updating the compiler binaries.

gabriellanzer commented 5 years ago

Changed from compiler binaries to Google's ShaderC library runtime compilation. 💃