mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Clarified names of gamma array helper functions.
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ void _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp)
|
||||
values + size * 2,
|
||||
&size);
|
||||
|
||||
_glfwAllocGammaRamp(ramp, size);
|
||||
_glfwAllocGammaArrays(ramp, size);
|
||||
|
||||
for (i = 0; i < size; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user