VulkanSponza
VulkanSponza copied to clipboard
Deferred Vulkan rendering playground using Crytek's Sponza scene
Compiles well, but I get the run time error on Ubuntu 20.04+GTX760: ``` tokyo@tokyo-Z87-DS3H:~/VulkanSponza/bin$ ./vulkanSponza Material "terial__25" Diffuse: "nza/lion.dds" vulkanSponza: /home/tokyo/VulkanSponza/base/vulkanTextureLoader.hpp:121: void vkTools::VulkanTextureLoader::loadTexture(std::string, VkFormat, vkTools::VulkanTexture*, bool, VkImageUsageFlags): Assertion `!tex2D.empty()' failed....
Hi, It crashes immediately on Linux if resize the window.
Hi, as I am trying to setup your program I keep running into the same issues. It seems like some functions and variables are not configured. Could you help me...
Hello, It seems there is a mismatch between image layout in descriptor set and the actual image layout. The validation layers complain: ``` DS(ERROR): object: 0xaf50a78 type: 6 location: 583...