test vulkan instance creation

This commit is contained in:
2026-04-12 00:19:38 -05:00
parent b196c97cf0
commit 6d34dfc58f
6 changed files with 81 additions and 1 deletions

View File

@@ -53,7 +53,9 @@ $ git clone https://git.vxbard.net/homeburger/ouros.git --recursive
```
### Configure and build project:
```bash
$ cmake -S . -B build -DSDL3_PATH="${SDL3_INSTALL_PATH}" # either set this variable or substitute it in
$ cmake -S . -B build \
-VULKAN_PATH="${VULKAN_INSTALL_PATH}" \ # either set these variables or substitute them in
-DSDL3_PATH="${SDL3_INSTALL_PATH}" # optional, dont need if youre using the sdl in the vulkan sdk
$ cmake --build build -j
```
### Execute application: