Skip to content
Snippets Groups Projects
Commit 58fd26c4 authored by Brian Ho's avatar Brian Ho Committed by Marge Bot
Browse files

turnip: Fix vkCmdCopyQueryPoolResults with available flag

Previously, calling vkCmdCopyQueryPoolResults with the
VK_QUERY_RESULT_WITH_AVAILABILITY_BIT flag set the query result
field in the buffer to 0 if unavailable and the query result if
available. This was a misunderstanding of the Vulkan spec, and this
commit corrects the behavior to emitting a separate available
result in addition to the query result.

Tested-by: Marge Bot <!3560>
Part-of: <!3560>
parent 1a3e2a7f
No related branches found
Tags gst-libav-1.0.9
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