VkQueryControlFlags(3) ====================== Name ---- VkQueryControlFlags - Query control flags. C Specification --------------- include::../flags/VkQueryControlFlags.txt[] Constants --------- VK_QUERY_CONTROL_PRECISE_BIT:: When this flag is used the query must collect precise results. Without this flag the actual result of occlusion queries may be less than the result of the same query when using this flag. Description ----------- These flags are used to control the behavior of queries started with the flink:vkCmdBeginQuery command. See Also -------- flink:vkCmdBeginQuery include::footer.txt[]