glfwGetFramebufferSize ( window width height -- )


Vocabulary
glfw.ffi

Inputs
windowan object
widthan object
heightan object


Outputs
None

Definition


LIBRARY: glfw FUNCTION: void glfwGetFramebufferSize
( GLFWwindow* window, int* width, int* height )