From a9b30ae8a5bfdece91f7b5d9532826fa26a704f1 Mon Sep 17 00:00:00 2001 From: Egor Date: Mon, 28 Oct 2019 23:10:15 -0700 Subject: Updated samples (fixed gcc error in NuklearDemo) --- .vscode/launch.json | 19 +++++++++++++++++++ DiligentSamples | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 758171a..7b865be 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -80,6 +80,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", diff --git a/DiligentSamples b/DiligentSamples index 078ff50..1d503ce 160000 --- a/DiligentSamples +++ b/DiligentSamples @@ -1 +1 @@ -Subproject commit 078ff508a845af3e11d2e7f3527cf7759f346ff1 +Subproject commit 1d503cea56ffbb4091b144a53a1101418b34cffa -- cgit v1.2.3