GlfwCreateWindowSurfaceNative typedef

GlfwCreateWindowSurfaceNative = Int32 Function(Pointer<NativeType> instance, Pointer<GLFWwindow> window, Pointer<NativeType> allocator, Pointer<NativeType> surface)

Implementation

typedef GlfwCreateWindowSurfaceNative = Int32 Function(Pointer instance,
    Pointer<GLFWwindow> window, Pointer allocator, Pointer surface);