lhog
lhog
Seems like validation layer is unhappy about `vk::AccessFlagBits::eShaderRead` at https://github.com/andy-thomason/Vookoo/blob/master/examples/uniforms/uniforms.cpp#L157 Locally I replaced the enum above with {} as per spec recommendation. Smoke test was successful, but changes like this...
Technically I can do that, however I wanted to first refresh the barriers topic a little bit to make sure we don't just shut up the validation layer, but do...
I've started looking into this based on Sascha's examples, but it will take some time. Uniform example should be easy to fix alone, but I think https://github.com/andy-thomason/Vookoo/blob/master/include/vku/vku.hpp#L1489-L1545 might need a...
Looks cool, but something has happened and lots of files show conflicts.
I think it's a very good idea. Most alike projects are either too 3rd party heavy or abandoned/broken, `vku` is still the unique offering in its space, but it certainly...