Panda3DS/src/core/renderer_vk
Wunkolo d781802eb0 Fix render-texture cache lookups
`[32bit loc | 32bit attributes]`
Use `std::map::lower_bound(loc << 32)` to find the first address that matches the key in O(logn) time, finer grained searchs can happen after the fact in O(n) time.

Fixes render-texture cache lookups
2023-08-24 10:40:02 -07:00
..
renderer_vk.cpp Fix render-texture cache lookups 2023-08-24 10:40:02 -07:00
vk_api.cpp Rename vulkan_api.hpp to vk_api.hpp 2023-08-20 23:01:43 -07:00
vk_debug.cpp [Vulkan] Respect GPU_DEBUG_INFO 2023-07-24 19:23:47 +03:00
vk_descriptor_heap.cpp Draft Vulkan DescriptorHeap 2023-08-20 23:01:43 -07:00
vk_descriptor_update_batch.cpp Add Vulkan Descriptor-Update batching 2023-08-20 23:01:43 -07:00
vk_memory.cpp Allocate and present separate top/bottom screen framebuffer images 2023-08-20 23:01:43 -07:00
vk_pica.cpp Map RGB8 to RGBA8 2023-08-20 23:01:43 -07:00
vk_sampler_cache.cpp Add vulkan sampler cache 2023-08-20 23:35:52 -07:00