Ejemplo n.º 1
0
 void CreateSurface()
 {
     var result = GLFW.CreateWindowSurface(instance.native, window, alloc, out surface.native);
 }