This can produce issues when vulkan sdk is installed (I'm encountering an issue on mac). This is because it might fetch spirv-tools from the vulkan sdk which may or may not be the right version.
@dneto0 what would be the problem it could introduce? Won't local files relative to the current file always take priority over any other include directories?
This can produce issues when vulkan sdk is installed (I'm encountering an issue on mac). This is because it might fetch spirv-tools from the vulkan sdk which may or may not be the right version.