ocornut / imgui_test_engine

Dear ImGui Automation Engine & Test Suite
386 stars 40 forks source link

TestSuite: Framebuffer Mismatches on HiDPI (OSX) Laptop screen #8

Open jacobfriedman opened 1 year ago

jacobfriedman commented 1 year ago

Heads up - I'm using GLFW on OSX Ventura (M1, hiDPI) and the framebuffer is mismatched in the capture since I removed my normal-DPI monitor:

imgui_capture_0001

It's of a single window (capture tool). Should look like (screenshot) Screenshot 2023-01-25 at 2 37 31 PM.

I'm supposingglfwWindowHint(GLFW_COCOA_RETINA_FRAMEBUFFER, GLFW_TRUE) would solve it ... it's undefined for me as of this time. Looking into it.