https://github.com/tensorworks/vk_template
https://github.com/tensorworks/vk_template
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tensorworks/vk_template
- Owner: TensorWorks
- License: mit
- Created: 2023-07-03T02:32:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T03:02:22.000Z (over 1 year ago)
- Last Synced: 2025-01-06T04:17:58.418Z (over 1 year ago)
- Language: C
- Size: 1.36 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TODO
* Write an actual readme
* Add a gitignore for imgui.ini
* Figure out why the close button doesn't work
- There's a whole bunch of validation errors generated when this happens so something isn't stopping properly
Launch must be relative to the root directory (the one this file is in), so after building with `make`, run with `build/vk_template`
Enable validation layers by setting the following environment variable:
```sh
export VK_LOADER_LAYERS_ENABLE=*api_dump,*validation
```
`*api_dump` is extremely verbose, usually better to skip that one