Known issue with virtual query handling since it's such a hot mess
11c6f:err:vkd3d_debug_messenger_callback: VUID-vkCmdBeginQuery-queryPool-01922: vkCmdBeginQuery(): query 0 from pool VkQueryPool 0xa700000000a7 has same queryType (VK_QUERY_TYPE_OCCLUSION) as active query 0 from pool VkQueryPool 0xa700000000a7 inside this command buffer (VkCommandBuffer 0x5555574d7fb0).
The Vulkan spec states: queryPool must have been created with a queryType that differs from that of any queries that are active within commandBuffer (https://docs.vulkan.org/spec/latest/chapters/queries.html#VUID-vkCmdBeginQuery-queryPool-01922)
Known issue with virtual query handling since it's such a hot mess