MoltenVK: Add patch to turn on framebuffer fetch in SPIRV-Cross

This commit is contained in:
OatmealDome
2021-11-13 19:06:00 -08:00
parent 676c500cdc
commit fad11e3532
3 changed files with 39 additions and 0 deletions

13
Externals/MoltenVK/patch.sh vendored Executable file
View 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