1
0
Fork 0
forked from wry/wry

vulkan: use descriptor buffers if available

This commit is contained in:
Julian Orth 2025-02-17 17:13:55 +01:00
parent a45ae2ba03
commit a1c5c05e36
10 changed files with 476 additions and 59 deletions

View file

@ -2,6 +2,7 @@ mod allocator;
mod bo_allocator;
mod command;
mod descriptor;
mod descriptor_buffer;
mod device;
mod fence;
mod format;