tobbebex / GPipe-Core

Core library of new GPipe, encapsulating OpenGl and providing a type safe minimal library
158 stars 30 forks source link

[new-window-handling-interface] `windowSize` confusingly backed by `contextFrameBufferSize` #35

Closed ghost closed 7 years ago

ghost commented 7 years ago

GLFW supports both glfwGetWindowSize (screen coordinates) and glfwGetFramebufferSize (pixels) to support high resolution screens such as Apple Retina. I'm not sure exactly what's required to render correctly, but at least the names should match. :)

tobbebex commented 7 years ago

Ah, good point! Will update the name.