Charles Giessen

Results 5 comments of Charles Giessen

This would be an awesome feature to have. It will require some finagling on the CPU side to setup all the different render modes and be able to switch, but...

Please create a new issue instead of adding one since it confuses the issue history and will very likely be ignored.

This is something I can do technically but would much rather have a clear idea *what* the library is responsible for and what the executable is. Like, window? Do we...

I started working on this yesteryday and pushed up my compiling but not running work to https://github.com/GraphicsProgramming/RVPT/tree/make_rvpt_a_proper_library The funny thing is that the scene is getting rendered and imgui is...

From monkeying about with the code, I seems to be due to some incompatibility between SDL and VMA. If you move the VMA include in `vk_engine.cpp` to be above the...