glfwCreateWindowSurface top-level property

GlfwCreateWindowSurface glfwCreateWindowSurface
getter/setter pair

Implementation

GlfwCreateWindowSurface glfwCreateWindowSurface =
    loadFunction<GlfwCreateWindowSurfaceNative>(
            _library, 'glfwCreateWindowSurface')
        .asFunction<GlfwCreateWindowSurface>();