Enum
VkQueryPoolCreateFlagBits
Bitmask specifying query pool properties
Bits which can be set in VkQueryPoolCreateInfo::flags,
specifying options for query pools, are:
typedef enum VkQueryPoolCreateFlagBits {
} VkQueryPoolCreateFlagBits;
pub struct QueryPoolCreateFlagBits(u32);
impl QueryPoolCreateFlagBits {
}
VK_QUERY_POOL_CREATE_RESET_BIT_KHRspecifies that queries in the query pool are initialized on creation and do not need to be reset before first use.
Parent
VK_VERSION_1_0Type
Enum