Adding preliminary metal support (it sucks)

This commit is contained in:
Dynamitos
2025-02-25 05:10:35 +01:00
parent 98edc34a81
commit 65bc1c78c7
124 changed files with 29790 additions and 412 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"name": "(lldb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/RayTracer",
"program": "${workspaceFolder}/build/Debug/RayTracer",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/build",