Skip to content

Instantly share code, notes, and snippets.

View karlrado's full-sized avatar

Karl Schultz karlrado

View GitHub Profile
@karlrado
karlrado / MasteringVulkan---launch.json
Last active May 14, 2023 16:07
VSCode Launch Scripts
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "ChapterN", // Need to be looking at the ChapterN source file to use this
"type": "cppvsdbg",
"request": "launch",
@karlrado
karlrado / watch.md
Last active May 14, 2023 16:12
VSCode Notes

VSCode Watch Window

Watch the first N strings in an array of strings

(char(*(*)[10]))ppChar