Completed Metal implementation

This commit is contained in:
Dynamitos
2026-07-09 14:11:51 +02:00
parent df3af75801
commit a857051eea
20 changed files with 173 additions and 33 deletions
+2 -2
View File
@@ -8,10 +8,10 @@
"name": "(lldb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/Debug/RayTracer",
"program": "${workspaceFolder}/build/RayTracer",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/build/Debug",
"cwd": "${workspaceFolder}/build",
"environment": [],
"externalConsole": false,
"MIMode": "lldb"