removing vulkan references from mac builds
This commit is contained in:
Vendored
+2
-15
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user