[Debug][Warning][General]"vkCreateInstance: The API Variant specified in pCreateInfo->pApplicationInfo.apiVersion is 1 instead of the expected value of 0."
[Debug][Warning][General]"Override layer has override paths set to /usr/share/vulkan/explicit_layer.d"
[Debug][Warning][General]"Layer VK_LAYER_KHRONOS_validation uses API version 1.3 which is older than the application specified API version of 3.251. May cause issues."
VUID-VkQueryPoolCreateInfo-queryType-00791(ERROR / SPEC): msgNum: 619941015 - Validation Error: [ VUID-VkQueryPoolCreateInfo-queryType-00791 ] | MessageID = 0x24f38c97 | vkCreateQueryPool(): pCreateInfo->queryType is VK_QUERY_TYPE_PIPELINE_STATISTICS but pipelineStatisticsQuery feature was not enabled. The Vulkan spec states: If the pipelineStatisticsQuery feature is not enabled, queryType must not be VK_QUERY_TYPE_PIPELINE_STATISTICS (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-VkQueryPoolCreateInfo-queryType-00791)
Objects: 0
[Debug][Error][Validation]"Validation Error: [ VUID-VkQueryPoolCreateInfo-queryType-00791 ] | MessageID = 0x24f38c97 | vkCreateQueryPool(): pCreateInfo->queryType is VK_QUERY_TYPE_PIPELINE_STATISTICS but pipelineStatisticsQuery feature was not enabled. The Vulkan spec states: If the pipelineStatisticsQuery feature is not enabled, queryType must not be VK_QUERY_TYPE_PIPELINE_STATISTICS (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-VkQueryPoolCreateInfo-queryType-00791)"
VUID-vkCmdBeginQuery-commandBuffer-recording(ERROR / SPEC): msgNum: -502516869 - Validation Error: [ VUID-vkCmdBeginQuery-commandBuffer-recording ] Object 0: handle = 0x593d85ab7d40, type = VK_OBJECT_TYPE_COMMAND_BUFFER; | MessageID = 0xe20c337b | vkCmdBeginQuery(): was called before vkBeginCommandBuffer(). The Vulkan spec states: commandBuffer must be in the recording state (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkCmdBeginQuery-commandBuffer-recording)
Objects: 1
[0] 0x593d85ab7d40, type: 6, name: NULL
[Debug][Error][Validation]"Validation Error: [ VUID-vkCmdBeginQuery-commandBuffer-recording ] Object 0: handle = 0x593d85ab7d40, type = VK_OBJECT_TYPE_COMMAND_BUFFER; | MessageID = 0xe20c337b | vkCmdBeginQuery(): was called before vkBeginCommandBuffer(). The Vulkan spec states: commandBuffer must be in the recording state (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkCmdBeginQuery-commandBuffer-recording)"
binding to shader storage buffer index: 0
VUID-vkCmdEndQuery-None-01923(ERROR / SPEC): msgNum: -231257939 - Validation Error: [ VUID-vkCmdEndQuery-None-01923 ] Object 0: handle = 0x593d85ab7d40, type = VK_OBJECT_TYPE_COMMAND_BUFFER; Object 1: handle = 0x9638f80000000036, type = VK_OBJECT_TYPE_QUERY_POOL; | MessageID = 0xf23748ad | vkCmdEndQuery(): Ending a query before it was started: VkQueryPool 0x9638f80000000036[], index 0. The Vulkan spec states: All queries used by the command must be active (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkCmdEndQuery-None-01923)
Objects: 2
[0] 0x593d85ab7d40, type: 6, name: NULL
[1] 0x9638f80000000036, type: 12, name: NULL
[Debug][Error][Validation]"Validation Error: [ VUID-vkCmdEndQuery-None-01923 ] Object 0: handle = 0x593d85ab7d40, type = VK_OBJECT_TYPE_COMMAND_BUFFER; Object 1: handle = 0x9638f80000000036, type = VK_OBJECT_TYPE_QUERY_POOL; | MessageID = 0xf23748ad | vkCmdEndQuery(): Ending a query before it was started: VkQueryPool 0x9638f80000000036[], index 0. The Vulkan spec states: All queries used by the command must be active (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkCmdEndQuery-None-01923)"
VUID-vkCmdEndQuery-commandBuffer-recording(ERROR / SPEC): msgNum: 1820876487 - Validation Error: [ VUID-vkCmdEndQuery-commandBuffer-recording ] Object 0: handle = 0x593d85ab7d40, type = VK_OBJECT_TYPE_COMMAND_BUFFER; | MessageID = 0x6c885ec7 | vkCmdEndQuery(): was called before vkBeginCommandBuffer(). The Vulkan spec states: commandBuffer must be in the recording state (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkCmdEndQuery-commandBuffer-recording)
Objects: 1
[0] 0x593d85ab7d40, type: 6, name: NULL
[Debug][Error][Validation]"Validation Error: [ VUID-vkCmdEndQuery-commandBuffer-recording ] Object 0: handle = 0x593d85ab7d40, type = VK_OBJECT_TYPE_COMMAND_BUFFER; | MessageID = 0x6c885ec7 | vkCmdEndQuery(): was called before vkBeginCommandBuffer(). The Vulkan spec states: commandBuffer must be in the recording state (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkCmdEndQuery-commandBuffer-recording)"
VUID-vkGetQueryPoolResults-flags-00815(ERROR / SPEC): msgNum: 2025983256 - Validation Error: [ VUID-vkGetQueryPoolResults-flags-00815 ] | MessageID = 0x78c20d18 | vkGetQueryPoolResults(): stride 4 or dataSize 4 is invalid. The Vulkan spec states: If VK_QUERY_RESULT_64_BIT is set in flags then pData and stride must be multiples of 8 (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkGetQueryPoolResults-flags-00815)
Objects: 0
[Debug][Error][Validation]"Validation Error: [ VUID-vkGetQueryPoolResults-flags-00815 ] | MessageID = 0x78c20d18 | vkGetQueryPoolResults(): stride 4 or dataSize 4 is invalid. The Vulkan spec states: If VK_QUERY_RESULT_64_BIT is set in flags then pData and stride must be multiples of 8 (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkGetQueryPoolResults-flags-00815)"
VUID-vkGetQueryPoolResults-dataSize-00817(ERROR / SPEC): msgNum: 1933008596 - Validation Error: [ VUID-vkGetQueryPoolResults-dataSize-00817 ] Object 0: handle = 0x9638f80000000036, type = VK_OBJECT_TYPE_QUERY_POOL; | MessageID = 0x73375ed4 | vkGetQueryPoolResults(): queryPool (VkQueryPool 0x9638f80000000036[]) specified dataSize 4 which is incompatible with the specified query type and options. The Vulkan spec states: dataSize must be large enough to contain the result of each query, as described here (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkGetQueryPoolResults-dataSize-00817)
Objects: 1
[0] 0x9638f80000000036, type: 12, name: NULL
[Debug][Error][Validation]"Validation Error: [ VUID-vkGetQueryPoolResults-dataSize-00817 ] Object 0: handle = 0x9638f80000000036, type = VK_OBJECT_TYPE_QUERY_POOL; | MessageID = 0x73375ed4 | vkGetQueryPoolResults(): queryPool (VkQueryPool 0x9638f80000000036[]) specified dataSize 4 which is incompatible with the specified query type and options. The Vulkan spec states: dataSize must be large enough to contain the result of each query, as described here (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkGetQueryPoolResults-dataSize-00817)"
VUID-vkGetQueryPoolResults-None-09401(ERROR / SPEC): msgNum: 1316435884 - Validation Error: [ VUID-vkGetQueryPoolResults-None-09401 ] Object 0: handle = 0x9638f80000000036, type = VK_OBJECT_TYPE_QUERY_POOL; | MessageID = 0x4e7737ac | vkGetQueryPoolResults(): queryPool VkQueryPool 0x9638f80000000036[] and query 0: query not reset. After query pool creation, each query must be reset before it is used. Queries must also be reset between uses. The Vulkan spec states: All queries used by the command must not be uninitialized (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkGetQueryPoolResults-None-09401)
Objects: 1
[0] 0x9638f80000000036, type: 12, name: NULL
[Debug][Error][Validation]"Validation Error: [ VUID-vkGetQueryPoolResults-None-09401 ] Object 0: handle = 0x9638f80000000036, type = VK_OBJECT_TYPE_QUERY_POOL; | MessageID = 0x4e7737ac | vkGetQueryPoolResults(): queryPool VkQueryPool 0x9638f80000000036[] and query 0: query not reset. After query pool creation, each query must be reset before it is used. Queries must also be reset between uses. The Vulkan spec states: All queries used by the command must not be uninitialized (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkGetQueryPoolResults-None-09401)"