blob: 474d620f8cbc5ae535ec49a4aec9d61bf482eb74 [file] [log] [blame] [view] [edit]
# escher/impl/
This directory (mostly) contains fairily generic Vulkan middleware to ease working with:
- command buffers and pools
- descriptor sets and pools
- memory allocation
- etc.
This was originally intended to contain implementation details which wouldn't be visible to Escher
clients. However, don't be surprised if you see external code using it.