GlfwCreateWindowSurface typedef

GlfwCreateWindowSurface = int Function(Pointer<NativeType> instance, Pointer<GLFWwindow> window, Pointer<NativeType> allocator, Pointer<NativeType> surface)

Implementation

typedef GlfwCreateWindowSurface = int Function(Pointer instance,
    Pointer<GLFWwindow> window, Pointer allocator, Pointer surface);