Previously, if you were on an AMD GPU, vkex required AMD_shader_core_properties. If the extension happens to be missing, the app will no longer error out.
There is another point (in PhysicalDevice creation) where the props are checked. In that code, it uses CreateDevice, but can absorb the failure fine.
Previously, if you were on an AMD GPU, vkex required AMD_shader_core_properties. If the extension happens to be missing, the app will no longer error out.
There is another point (in PhysicalDevice creation) where the props are checked. In that code, it uses CreateDevice, but can absorb the failure fine.