mirror of
https://github.com/izzy2lost/xenia-edge.git
synced 2026-07-06 00:20:26 -07:00
[Metal] Remove stale Metal backend
Drop the orphaned Metal GPU backend that was imported on edge but never wired into the CMake build. Switch third_party/metal-cpp to bkaradzic/metal-cpp and remove third_party/metal-shader-converter to be added later if needed.
This commit is contained in:
+2
-4
@@ -102,10 +102,8 @@
|
||||
url = https://github.com/microsoft/DirectX-Headers.git
|
||||
[submodule "third_party/metal-cpp"]
|
||||
path = third_party/metal-cpp
|
||||
url = https://github.com/wmarti/metal-cpp.git
|
||||
[submodule "third_party/metal-shader-converter"]
|
||||
path = third_party/metal-shader-converter
|
||||
url = https://github.com/wmarti/metal-shader-converter.git
|
||||
url = https://github.com/bkaradzic/metal-cpp.git
|
||||
branch = metal-cpp_26
|
||||
[submodule "third_party/asio"]
|
||||
path = third_party/asio
|
||||
url = https://github.com/chriskohlhoff/asio.git
|
||||
|
||||
Reference in New Issue
Block a user