google / shaderc

A collection of tools, libraries, and tests for Vulkan shader compilation.
Other
1.86k stars 363 forks source link

Consider making vulkan1.2 the default target #1088

Open W4RH4WK opened 4 years ago

W4RH4WK commented 4 years ago

Just had an issues where a shader using GL_EXT_ray_tracing no longer compiled with the latest Vulkan SDK. The issue got resolved by explicitly stating the target environment / spirv version. Greg from LunarG suggested opening an issue here regarding the default environment.

See https://vulkan.lunarg.com/issue/view/5ef37f87e0d2a337a0166b83 for more information.

zoddicus commented 4 years ago

@dneto0 thoughts?