1
0
Fork 0
forked from wry/wry

vulkan: replace DescriptorBufferCache by generic cache

This commit is contained in:
Julian Orth 2025-02-27 14:48:10 +01:00
parent c16ea9325e
commit f84934bd9a
4 changed files with 169 additions and 162 deletions

View file

@ -1,6 +1,7 @@
mod allocator;
mod blend_buffer;
mod bo_allocator;
mod buffer_cache;
mod command;
mod descriptor;
mod descriptor_buffer;