GlfwGetFramebufferSize typedef

GlfwGetFramebufferSize = void Function(Pointer<GLFWwindow> window, Pointer<Int32> width, Pointer<Int32> height)

Implementation

typedef GlfwGetFramebufferSize = void Function(
    Pointer<GLFWwindow> window, Pointer<Int32> width, Pointer<Int32> height);