glfwCreateWindowSurface top-level property

GlfwCreateWindowSurface glfwCreateWindowSurface
getter/setter pair

Implementation

GlfwCreateWindowSurface glfwCreateWindowSurface =
    Pointer<NativeFunction<GlfwCreateWindowSurfaceNative>>.fromAddress(0)
        .asFunction<GlfwCreateWindowSurface>();