glfw/glfw

GLFW_DECORATED set false cause vsync

Hlongyu opened this issue · 1 comments

glfwWindowHint(GLFW_DECORATED, GLFW_FALSE);

It will lock frame up to 60fps when the window get focus.

Same code not happen in windows11.