Enum
VkQueryControlFlagBits
Bitmask specifying constraints on a query
Bits which can be set in vkCmdBeginQuery::flags
, specifying
constraints on the types of queries that can be performed, are:
typedef enum VkQueryControlFlagBits {
VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001,
} VkQueryControlFlagBits;
VK_QUERY_CONTROL_PRECISE_BIT
specifies the precision of occlusion queries.