https://vulkan-tutorial.com/Vertex_buffers/Staging_buffer Reached the above part of the tutorial. Adding IMGUI now before continuing.
7 lines
91 B
YAML
7 lines
91 B
YAML
CompileFlags:
|
|
Add:
|
|
- -I./include
|
|
- -I./src
|
|
- -I./src/public
|
|
- -std=c++20
|