Brief description
VulkanMod stopped working on GPUs without VK_KHR_dynamic_rendering support starting from Minecraft 1.21.11. On 1.21.10 and before everything works fine.
Expected behavior
The mod should work on any device with Vulkan 1.2, as stated in the requirements on Modrinth.
Actual behavior
Crash on initialization with error:
java.lang.IllegalStateException: Failed to find a suitable GPU
...
Device: NVIDIA GeForce GTX 660
Vulkan Version: 1.2.175
Unsupported extension: [VK_KHR_dynamic_rendering]
Brief description
VulkanMod stopped working on GPUs without
VK_KHR_dynamic_renderingsupport starting from Minecraft 1.21.11. On 1.21.10 and before everything works fine.Expected behavior
The mod should work on any device with Vulkan 1.2, as stated in the requirements on Modrinth.
Actual behavior
Crash on initialization with error:
java.lang.IllegalStateException: Failed to find a suitable GPU
...
Device: NVIDIA GeForce GTX 660
Vulkan Version: 1.2.175
Unsupported extension: [VK_KHR_dynamic_rendering]