Bartosz Taudul
Bartosz Taudul
> Sets `DisplaySize` to `glfwGetFramebufferSize` instead of `glfwGetWindowSize` > Converts mouse-coordinates from window-pixels to framebuffer-pixels (see `ImGui_ImplGlfw_ScaleMousePos`) That sounds about right, and is more or less what I did in...
> * Having a high-res framebuffer in physical pixels, but window sizes/coordinates in logical points that would correspond to pixels on a low-DPI screen. This is what **macOS** and **Wayland**...
tbb is no longer used.
For starters, please see #810 for more discussion on this topic. To be precise, tbb was never a dependency of Tracy. It's just an artifact of how the `` header...
I took a look at the disassembly of the `main.cpp.o` object, and there are some tbb functions there which depend on the tbb library. No code sections from the actual...
0.11.1 doesn't have the mutex fix.
> but unclear which version. Is this a problem? How many versions are out there?
Protocol and format are not documented and not stable.
This is expected and documented behavior.