You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes but Tracy already supports creating a TracyVkCtx with host resets via TracyVkContextHostCalibrated (which already calls vkResetQueryPool in its constructor).
Similarly to this, I would have expected to be able to use vkResetQueryPool inside TracyVkCollect too (only if the context was created via TracyVkContextHostCalibrated obviously).
vkCmdResetQueryPool
is called instead ofvkResetQueryPool
inTracyVkCollect
even when the context was created withTracyVkContextHostCalibrated
:tracy/public/tracy/TracyVulkan.hpp
Line 328 in f14ff2b
I believe forcing the "Cmd" variant is not needed here?
Also, this would allow removing the cmdbuf parameter of
TracyVkCollect
when host query reset are used, making it more flexible in when it is called.The text was updated successfully, but these errors were encountered: