VkCommandPoolTrimFlags(3)
C Specification
// Provided by VK_VERSION_1_1
typedef VkFlags VkCommandPoolTrimFlags;
or the equivalent
// Provided by VK_KHR_maintenance1
typedef VkCommandPoolTrimFlags VkCommandPoolTrimFlagsKHR;
Description
VkCommandPoolTrimFlags
is a bitmask type for setting a mask, but is
currently reserved for future use.
See Also
VK_VERSION_1_1, VkFlags
, vkTrimCommandPool, vkTrimCommandPool
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.