diff --git a/src/Magnum/Platform/GlfwApplication.h b/src/Magnum/Platform/GlfwApplication.h index ef2e67e61..34ea7cf11 100644 --- a/src/Magnum/Platform/GlfwApplication.h +++ b/src/Magnum/Platform/GlfwApplication.h @@ -416,6 +416,10 @@ class GlfwApplication { * Set @cpp 0 @ce for no VSync, @cpp 1 @ce for enabled VSync. Some * platforms support @cpp -1 @ce for late swap tearing. Default is * driver-dependent. + * + * @note Unlike SDL2, GLFW doesn't provide any getter for the swap + * interval, so this class doesn't provide any equivalent to + * @ref Sdl2Application::swapInterval(). */ void setSwapInterval(Int interval);