add required extensions to vulkan instance (+ use the c++ library over c library)
Some checks failed
Build and Test verification / build (push) Failing after 29s
Build and Test verification / test (push) Has been skipped

This commit is contained in:
2026-05-11 23:32:28 -05:00
parent 302b680a48
commit 0194699815
4 changed files with 69 additions and 22 deletions

View File

@@ -70,7 +70,10 @@ $ cd build
$ gcovr -r .. --filter "../src"
```
### app troubleshooting here
## App Troubleshooting
Basically these are some tricky situations that I encountered when trying to execute this app throughout this development phase. If you are running on WSL Ubuntu 26.04 like me, then you mightr run into these too, hopefully my steps help fix.
note: I am running an x86_64 system with an Nvidia GPU so some things may be slightly different if your system doesn't match.
## Development Roadmap
### lots of todo here