Fixing vulkan

This commit is contained in:
Dynamitos
2024-04-23 08:11:44 +02:00
parent 8ea9c34ed4
commit 89571e5298
33 changed files with 217 additions and 926 deletions
+6 -6
View File
@@ -8,10 +8,10 @@
"name": "Editor",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceRoot}/bin/Editor.exe",
"program": "${workspaceRoot}/build/Editor.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceRoot}/bin",
"cwd": "${workspaceRoot}/build",
"console": "internalConsole",
"environment": [],
"symbolSearchPath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.25.28610\\lib\\x64",
@@ -28,10 +28,10 @@
"name": "Editor (Mac)",
"type": "lldb",
"request": "launch",
"program": "${workspaceRoot}/bin/Editor",
"program": "${workspaceRoot}/build/Editor",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceRoot}/bin",
"cwd": "${workspaceRoot}/build",
"environment": [
{
"name": "VK_LAYER_PATH",
@@ -49,10 +49,10 @@
"name": "Editor (Linux)",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/bin/Editor",
"program": "${workspaceRoot}/build/Editor",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceRoot}/bin",
"cwd": "${workspaceRoot}/build",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",