vulkan: Use dynamic vertex buffer strides when dynamic bindings unavailable. (#1164)

This commit is contained in:
squidbus 2024-09-30 23:54:06 -07:00 committed by GitHub
parent 82c7c6aed1
commit bf3e43b016
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 65 additions and 26 deletions

View file

@ -72,7 +72,7 @@ Check the build instructions for [**Linux**](https://github.com/shadps4-emu/shad
Check the build instructions for [**macOS**](https://github.com/shadps4-emu/shadPS4/blob/main/documents/building-macos.md).
> [!IMPORTANT]
> macOS users need at least macOS 15 on Apple Silicon-based Mac devices and at least macOS 11 on Intel-based Mac devices.
> macOS users need at least macOS 15 on Apple Silicon-based Mac devices and at least macOS 14 on Intel-based Mac devices.
# Debugging and reporting issues