You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VUID-vkCmdBeginQuery-queryPool-01922(ERROR / SPEC): msgNum: -289813005 - Validation Error: [ VUID-vkCmdBeginQuery-queryPool-01922 ] Object 0: handle = 0x7f3428008ad0, type = VK_OBJECT_TYPE_COMMAND_BUFFER; Object 1: handle = 0x911a3a0000017aab, type = VK_OBJECT_TYPE_QUERY_POOL; Object 2: handle = 0x911a3a0000017aab, type = VK_OBJECT_TYPE_QUERY_POOL; | MessageID = 0xeeb9cdf3 | vkCmdBeginQuery: Within the same command buffer VkCommandBuffer 0x7f3428008ad0[], query 0 from pool VkQueryPool 0x911a3a0000017aab[] has same queryType as active query 0 from pool VkQueryPool 0x911a3a0000017aab[]. 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://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkCmdBeginQuery-queryPool-01922)
Objects: 3
[0] 0x7f3428008ad0, type: 6, name: NULL
[1] 0x911a3a0000017aab, type: 12, name: NULL
[2] 0x911a3a0000017aab, type: 12, name: NULL
Attached apitrace https://people.freedesktop.org/~hakzsam/SpaceEngineers.trace
Tested with DXVK master (dee36be) on NAVI21 (RADV)
The text was updated successfully, but these errors were encountered: