Enum
VkCommandPoolResetFlagBits
Bitmask controlling behavior of a command pool reset
Bits which can be set in vkResetCommandPool::flags
, controlling
the reset operation, are:
typedef enum VkCommandPoolResetFlagBits {
VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT = 0x00000001,
} VkCommandPoolResetFlagBits;
VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT
specifies that resetting a command pool recycles all of the resources from the command pool back to the system.