From 76fff4d0428262f96d5d9a3aa9d983e688e6a6d6 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 10 Mar 2015 19:02:28 +0100 Subject: [PATCH] Documented Windows gamma ramp size limit. --- include/GLFW/glfw3.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index d2720bd7..13f1e828 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1474,7 +1474,10 @@ GLFWAPI const GLFWgammaramp* glfwGetGammaRamp(GLFWmonitor* monitor); * @param[in] monitor The monitor whose gamma ramp to set. * @param[in] ramp The gamma ramp to use. * - * @note Gamma ramp sizes other than 256 are not supported by all hardware. + * @remarks Gamma ramp sizes other than 256 are not supported by all platforms + * or graphics hardware. + * + * @remarks __Windows:__ The gamma ramp size must be 256. * * @par Pointer Lifetime * The specified gamma ramp is copied before this function returns.