KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.33k stars 648 forks source link

Fix HWCPipe errors in samples with no counters #977

Closed JoseEmilio-ARM closed 7 months ago

JoseEmilio-ARM commented 8 months ago

Description

Samples with no HW counter stats were logging an error every frame because HWCPipe was configured with 0 counters. This fix introduces a flag to only sample if at least 1 counter was requested.

General Checklist:

Please ensure the following points are checked: