Hide the MMPX shader on Apple platforms, see #21261

This commit is contained in:
Henrik Rydgård
2026-02-16 10:14:11 +01:00
parent 5bed490cfb
commit f73e2246fc
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -212,6 +212,7 @@ Name=MMPX (2x)
Author=Morgan McGuire and Mara Gagiu
Compute=tex_mmpx.csh
Scale=2
VendorBlacklist=Apple
[RedBlue]
Type=StereoToMono
Name=Red/Blue glasses (anaglyph)
+3
View File
@@ -1,5 +1,8 @@
Updating with a self-built MoltenVK
===================================
Probably won't be needed again.
cp -r ../dev/build-molten/MoltenVK/Package/Release/MoltenVK/static/MoltenVK.xcframework ios/MoltenVK
The Old iOS Build Instructions
+6
View File
@@ -1,3 +1,9 @@
# MacOS notes
Entitlements.plist is to be used for code signing on macOS.
We enable "hardened runtime" in order to make notarization happy, but we need some exceptions.
## MoltenVK on Mac
To update MoltenVK, download the latest version and get the files from dylib/macOS and put them in ext/vulkan/macOS/Frameworks.