Function Window.framebufferSize

Size of this Window, in pixels.

const(Size) framebufferSize() @property const;

This value may not necessarily match Window.size. For example, on mac OS machines with high-DPI Retina displays.

See Also

Framebuffer size in the GLFW documentation