Panda3DS/include/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.hpp Fix render-texture cache lookups 2023-08-24 10:40:02 -07:00
vk_api.hpp Rename vulkan_api.hpp to vk_api.hpp 2023-08-20 23:01:43 -07:00
vk_debug.hpp Rename vulkan_api.hpp to vk_api.hpp 2023-08-20 23:01:43 -07:00
vk_descriptor_heap.hpp Draft Vulkan DescriptorHeap 2023-08-20 23:01:43 -07:00
vk_descriptor_update_batch.hpp Add Vulkan Descriptor-Update batching 2023-08-20 23:01:43 -07:00
vk_memory.hpp Rename vulkan_api.hpp to vk_api.hpp 2023-08-20 23:01:43 -07:00
vk_pica.hpp Add vk_pica translation unit 2023-08-20 23:01:43 -07:00
vk_sampler_cache.hpp Add vulkan sampler cache 2023-08-20 23:35:52 -07:00