Published: September 28, 2018
1
1
16
Hey Vulkan fellas lemme show you how much of a difference VK_MEMORY_PROPERTY_HOST_CACHED_BIT makes when reading(memcpy) from a VkMapMemory of a 5000x5000 RGBA 32-bit float framebuffer (100 MB)
Without VK_MEMORY_PROPERTY_HOST_CACHED_BIT
With VK_MEMORY_PROPERTY_HOST_CACHED_BIT
This 2080 ti is rendering and tossing around gigabytes of frames like it's nothing..
@Wunkolo Incredible performance! :O
