mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Metal: Add MetalFX upscaling support
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
parent
bdf625bd54
commit
11dc4f2e5e
36 changed files with 1180 additions and 48 deletions
|
@ -243,6 +243,7 @@ def configure(env: "SConsEnvironment"):
|
|||
env.AppendUnique(CPPDEFINES=["METAL_ENABLED", "RD_ENABLED"])
|
||||
extra_frameworks.add("Metal")
|
||||
extra_frameworks.add("MetalKit")
|
||||
extra_frameworks.add("MetalFX")
|
||||
env.Prepend(CPPPATH=["#thirdparty/spirv-cross"])
|
||||
|
||||
if env["vulkan"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue