Skip to content

Commit 2525292

Browse files
Updated submodules (added tutorial 26, updated third-party modules)
1 parent 41b7e77 commit 2525292

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

.vscode/launch.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,25 @@
631631
}
632632
]
633633
},
634+
{
635+
"name": "Tutorial26_StateCache",
636+
"type": "cppdbg",
637+
"request": "launch",
638+
"program": "${workspaceFolder}/build/DiligentSamples/Tutorials/Tutorial26_StateCache/Tutorial26_StateCache",
639+
"args": ["--mode", "vk"],
640+
"stopAtEntry": false,
641+
"cwd": "${workspaceFolder}/DiligentSamples/Tutorials/Tutorial26_StateCache/assets",
642+
"environment": [],
643+
"externalConsole": true,
644+
"MIMode": "gdb",
645+
"setupCommands": [
646+
{
647+
"description": "Enable pretty-printing for gdb",
648+
"text": "-enable-pretty-printing",
649+
"ignoreFailures": true
650+
}
651+
]
652+
},
634653
{
635654
"name": "DiligentCoreTest",
636655
"type": "cppdbg",

DiligentCore

Submodule DiligentCore updated 35 files

DiligentTools

Submodule DiligentTools updated 747 files

0 commit comments

Comments
 (0)