GlfwGetFramebufferSizeNative typedef

GlfwGetFramebufferSizeNative = Void Function(Pointer<GLFWwindow> window, Pointer<Int32> width, Pointer<Int32> height)

Implementation

typedef GlfwGetFramebufferSizeNative = Void Function(
    Pointer<GLFWwindow> window, Pointer<Int32> width, Pointer<Int32> height);