Commit graph

5 commits

Author SHA1 Message Date
Ben Clayton
ca884587a4 Move shaders into glsl and hlsl directories
Move `data/shaders` to `data/shaders/glsl`
Move `data/hlsl` to `data/shaders/hlsl`

Fix up shader paths in the cpp files to point to the new glsl location.

`data/shaders/hlsl/compile.py` still overwrites the glsl .spv files (for
now).

Issue: #723
2020-06-01 12:22:28 +01:00
Sascha Willems
931c79d249 Code cleanup, free Vulkan resources 2018-12-01 22:31:51 +01:00
Sascha Willems
a5c03c7b66 Added per-frame static command buffer scenario 2018-12-01 21:52:27 +01:00
Sascha Willems
32bc5b3a75 Don't use base class semaphores, Code cleanup and reorder 2018-12-01 16:21:56 +01:00
saschawillems
c5e16e2ee1 Command buffer update strategy scenarios example (wip) 2018-11-27 21:24:33 +01:00