mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
MoltenVK: Add patch to turn on framebuffer fetch in SPIRV-Cross
This commit is contained in:
13
Externals/MoltenVK/patch.sh
vendored
Executable file
13
Externals/MoltenVK/patch.sh
vendored
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Applies all patches in the "patches" folder to the cloned MoltenVK git repository.
|
||||
#
|
||||
# Usage: patch.sh <patches folder> <MoltenVK version>
|
||||
#
|
||||
|
||||
set -e
|
||||
|
||||
# Reset the git repository first to ensure that it's in the base state.
|
||||
git reset --hard $2
|
||||
|
||||
git apply $1/*.patch
|
Reference in New Issue
Block a user