renderer_vulkan: Improve handling of required vs optional extensions. (#2792)

* renderer_vulkan: Improve handling of required vs optional extensions.

* documents: Update quickstart Vulkan requirements.
This commit is contained in:
squidbus 2025-04-15 22:31:58 -07:00 committed by GitHub
parent 247e935353
commit 3bc876ca78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 43 additions and 29 deletions

View file

@ -29,8 +29,8 @@ SPDX-License-Identifier: GPL-2.0-or-later
### GPU
- A graphics card with at least 1GB of VRAM
- Keep your graphics drivers up to date
- Vulkan 1.3 support (required)
- Up-to-date graphics drivers
- Vulkan 1.3 with the `VK_KHR_swapchain` and `VK_KHR_push_descriptor` extensions
### RAM