summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor <egor.yusov@gmail.com>2019-10-29 06:10:15 +0000
committerEgor <egor.yusov@gmail.com>2019-10-29 06:10:15 +0000
commita9b30ae8a5bfdece91f7b5d9532826fa26a704f1 (patch)
tree62e265516141bcd40160d84f6557cf8ecec9bece
parentUpdated samples module (diff)
downloadDiligentEngine-a9b30ae8a5bfdece91f7b5d9532826fa26a704f1.tar.gz
DiligentEngine-a9b30ae8a5bfdece91f7b5d9532826fa26a704f1.zip
Updated samples (fixed gcc error in NuklearDemo)
-rw-r--r--.vscode/launch.json19
m---------DiligentSamples0
2 files changed, 19 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 758171a..7b865be 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -81,6 +81,25 @@
]
},
{
+ "name": "NuklearDemo",
+ "type": "cppdbg",
+ "request": "launch",
+ "program": "${workspaceFolder}/build/DiligentSamples/Samples/NuklearDemo/NuklearDemo",
+ "args": ["-mode vk"],
+ "stopAtEntry": false,
+ "cwd": "${workspaceFolder}/DiligentSamples/Samples/NuklearDemo/assets",
+ "environment": [],
+ "externalConsole": true,
+ "MIMode": "gdb",
+ "setupCommands": [
+ {
+ "description": "Enable pretty-printing for gdb",
+ "text": "-enable-pretty-printing",
+ "ignoreFailures": true
+ }
+ ]
+ },
+ {
"name": "GhostCubeScene",
"type": "cppdbg",
"request": "launch",
diff --git a/DiligentSamples b/DiligentSamples
-Subproject 078ff508a845af3e11d2e7f3527cf7759f346ff
+Subproject 1d503cea56ffbb4091b144a53a1101418b34cff