Skip to content
Snippets Groups Projects
Commit 2ea8ffb5 authored by Józef Kucia's avatar Józef Kucia
Browse files

libs/vkd3d: Avoid vkCmdCopyQueryPoolResults() for not issued queries.

The Vulkan spec states:

  * "If the query does not become available in a finite amount of time
    (e.g.  due to not issuing a query since the last reset), a
    VK_ERROR_DEVICE_LOST error may occur."

  * "If queries will never finish (e.g. due to being reset but not
    issued), then vkGetQueryPoolResults may not return in finite time."
parent 334c5324
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment