Module draw2d::graphics::vulkan::command_pool [−][src]
Expand description
This module provides structures for managing a collection of command buffers for a given command pool.
Structs
This structure holds resources for managing an owned command pool. “Owned” means that the owner is responsible for destroying the contained resources before this struct is dropped.
This struct holds a command pool and tracks which buffers have been allocated.