]> git.sesse.net Git - movit/blobdiff - gamma_expansion_effect.frag
In the demo application, reset the FPS counter every hundred frames.
[movit] / gamma_expansion_effect.frag
index 1174a3e85cc85f20defcae93812df1da555e3ca4..473365627011a4a265922a0dd0fd863b2bd7f7a4 100644 (file)
@@ -1,4 +1,4 @@
-// Expand sRGB gamma curve.
+// Expand gamma curve.
 
 vec4 FUNCNAME(vec2 tc) {
        vec4 x = INPUT(tc);