Closed jherico closed 6 months ago
Git bisect suggests that it broke with this commit: https://github.com/KhronosGroup/Vulkan-Samples/commit/e48cc9e22210fcbea93544d7e075e57f5967a3f5#diff-185d206698381bf0a1ad21ce477b6ccda43f9e7debc6d304cc2ba5aadde91f1e
Can you recheck? The sample works fine for me and I get no validation errors with the latest SDK. The layer messages seem like false positives as VK_KHR_fragment_shading_rate
shouldn't require VK 1.1 or 1.2.
Checked with the latest SDK 1.3.283, and I see no validation errors and no crashes. So closing this for now.
Building from main on Windows 10 (MSVC 2022) the fragment_shading_rate_dynamic sample currently crashes after a set of validation errors.
Output after swap chain setup is as follows: