X Tutup

VkQueryPoolCreateFlagBits(3)

Name

VkQueryPoolCreateFlagBits - Bitmask specifying query pool properties

C Specification

Bits which can be set in VkQueryPoolCreateInfo::flags, specifying options for query pools, are:

// Provided by VK_VERSION_1_0
typedef enum VkQueryPoolCreateFlagBits {
  // Provided by VK_KHR_maintenance9
    VK_QUERY_POOL_CREATE_RESET_BIT_KHR = 0x00000001,
} VkQueryPoolCreateFlagBits;

Description

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.

X Tutup