VkQueryControlFlagBits(3)
C Specification
Bits whichcan be set invkCmdBeginQuery::flags, specifyingconstraints on the types of queries thatcan be performed, are:
// Provided by VK_VERSION_1_0typedef enum VkQueryControlFlagBits { VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001,} VkQueryControlFlagBits;Description
VK_QUERY_CONTROL_PRECISE_BIT specifies the precision ofocclusion queries.
Document Notes
For more information, see theVulkan Specification.
This page is extracted from the Vulkan Specification.Fixes and changes should be made to the Specification, not directly.