Skip to content

vkoperation: support for VK_QUERY_TYPE_RESULT_STATUS_ONLY_KHR is optional

AMD does not support VK_QUERY_TYPE_RESULT_STATUS_ONLY_KHR as this query is optional.

vkCreateQueryPool will fail if we do not test it first.

In the case of VK_QUERY_TYPE_VIDEO_ENCODE_FEEDBACK_KHR, the query is mandatory, so vkCreateQueryPool needs to be called.

Merge request reports