Nadrin / Quartz

Vulkan RTX path tracer with a declarative ES7-like scene description language.
GNU Lesser General Public License v3.0
433 stars 23 forks source link

Vulkan SDK minimum version not specified #1

Closed jherico closed 5 years ago

jherico commented 5 years ago

While trying to build, I failed on the shader compilation step because my version of glslangValidator didn't know what to do with *.rchit.glsl shader files. This was SDK version 1.1.82. Updating to 1.1.101 fixed it, but you might wish to specify a version of the SDK in your readme that understands raytracing shaders.

Nadrin commented 5 years ago

Good catch! Added this to the README file.