libreliu

Results 3 issues of libreliu

in `void RenderCore::SetMaterials( CoreMaterial* mat, const int materialCount )` under `RenderCore_Optix7`, the `hostMaterialBuffer` is initialized with size `materialCount`, but `materialBuffer` has size `materialCount` and attribute `ON_DEVICE` set. This triggers `if...

Hi, Thanks for the library! But the code inside [auto_vk_toolkit.hpp](https://github.com/cg-tuwien/Auto-Vk-Toolkit/blob/4d47fa17fda54e76dfd838a16e9aaa80bfca1192/auto_vk_toolkit/include/auto_vk_toolkit.hpp#L201) will actually be troublesome if `Auto-Vk-Toolkit` is linked dynamically, since multiple `context_vulkan` instances will exists in different part of the...

Hi, Thanks for the awesome library! I'm using ArchLinux, and it seems when using AMD Integrated Graphics + mesa radv vulkan + kwin (wayland) , the assertion under `avk::window::construct_backbuffers()` will...