Bartosz Taudul
Bartosz Taudul
5f4cccaa fixes this in a better way.
`vkCmdResetQueryPool` is Vulkan 1.0, `vkResetQueryPool` is 1.2. Before you ask, Android.
Duplicate of #915.
No, the other side of the range is also used.
Most of Tracy data structures do not follow the alignment requirements to not waste memory (which should also explain how the memcpy works). Increasing the amount of source locations would...
It's an incremental step.
You are still changing way too much code for no reason, especially in external libraries, and there are comments you have not addressed properly. What's there to check?
This is "lost event": https://learn.microsoft.com/en-us/windows/win32/etw/lost-event
be23d935 should fix.
See #825 and related issues for discussion on this topic. I've been meaning to take a closer look at this set of PRs, as they need some work, and I...