Home > other >  The problem of guan yu GLFW resize
The problem of guan yu GLFW resize

Time:11-19

I found a problem when using LWJGL: window in the picture is to be repeated, reszie, like in the picture, what's the solution?

CodePudding user response:

Can in glfwSetWindowSizeLimits (window, minw, minh, maxw, maxh) the largest minimum w and h set out in the same
  • Related