mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 01:44:53 +00:00
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:
parent
247e935353
commit
3bc876ca78
4 changed files with 43 additions and 29 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue