Skip to content

zink/query: begin time elapsed queries even if we arent in a rp

What does this MR do and why?

zink/query: begin time elapsed queries even if we arent in a rp

If we arent in a renderpass, but still wanna start the time elapsed
query(eg. to figure out how long some random operation will take) then
this seems to fix that case.

Signed-off-by: Yusuf Khan <yusisamerican@gmail.com>

Merge request reports