mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Simplified glfwSetGammaFormula to glfwSetGamma.
This commit is contained in:
+1
-1
@@ -535,7 +535,7 @@ GLFWAPI int glfwGetVideoModes(GLFWvidmode* list, int maxcount);
|
||||
GLFWAPI void glfwGetDesktopMode(GLFWvidmode* mode);
|
||||
|
||||
/* Gamma ramp functions */
|
||||
GLFWAPI void glfwSetGammaFormula(float gamma, float blacklevel, float gain);
|
||||
GLFWAPI void glfwSetGamma(float gamma);
|
||||
GLFWAPI void glfwGetGammaRamp(GLFWgammaramp* ramp);
|
||||
GLFWAPI void glfwSetGammaRamp(const GLFWgammaramp* ramp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user