blob: 0c743e73bda01d42a0b2127aa892f0aa92c961b9 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkCommandPoolResetFlagBits,VkCommandPoolResetFlagBits]]
[source,c++]
----
typedef enum VkCommandPoolResetFlagBits {
VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT = 0x00000001,
} VkCommandPoolResetFlagBits;
----