removing vulkan references from mac builds

This commit is contained in:
Dynamitos
2026-03-16 16:52:43 +01:00
parent 9109baad18
commit 54106e6fef
16 changed files with 50 additions and 52 deletions
+2 -15
View File
@@ -18,22 +18,9 @@
"name": "Editor (Mac)",
"type": "lldb",
"request": "launch",
"program": "${workspaceRoot}/build/Editor",
"program": "${workspaceRoot}/build/external/Seele/Debug/Editor",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceRoot}/build",
"environment": [
{
"name": "VK_LAYER_PATH",
"value": "/opt/homebrew/opt/vulkan-validationlayers/share/vulkan/explicit_layer.d"
}
],
"logging": {
"moduleLoad": false
},
"externalConsole": false,
"MIMode": "lldb",
"targetArchitecture": "arm64"
"cwd": "${workspaceRoot}/build/external/Seele/Debug",
},
{
"name": "Editor (Linux)",