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
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:
It's of a single window (capture tool).
Should look like (screenshot) .
I'm supposingglfwWindowHint(GLFW_COCOA_RETINA_FRAMEBUFFER, GLFW_TRUE) would solve it ... it's undefined for me as of this time. Looking into it.
The text was updated successfully, but these errors were encountered:
ocornut
changed the title
Framebuffer Mismatches on HiDPI (OSX) Laptop screen
TestSuite: Framebuffer Mismatches on HiDPI (OSX) Laptop screen
Feb 23, 2023
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:
It's of a single window (capture tool).
Should look like (screenshot)
.
I'm supposing
glfwWindowHint(GLFW_COCOA_RETINA_FRAMEBUFFER, GLFW_TRUE)
would solve it ... it's undefined for me as of this time. Looking into it.The text was updated successfully, but these errors were encountered: