nvpro-samples / vk_video_samples

Vulkan video samples
Apache License 2.0
237 stars 40 forks source link

decoder shouldn't create unsupported queries #44

Closed airlied closed 1 year ago

airlied commented 1 year ago

status queries are optional:

VkQueueFamilyQueryResultStatusPropertiesKHR.queryResultStatusSupport should be tested before creating or using status queries.

zlatinski commented 1 year ago

Sure, my bad, @airlied! I should have NOT created the m_queryPool for platforms that don't support queryResultStatusSupport. I'll fix that.

zlatinski commented 1 year ago

Hi @airlied, is the latest version working for you, when it comes to regarding the VkQueueFamilyQueryResultStatusPropertiesKHR.queryResultStatusSupport by the sample?

airlied commented 1 year ago

this works now