OSDN Git Service

[GL3] .
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 13 May 2018 11:05:13 +0000 (20:05 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 13 May 2018 11:05:13 +0000 (20:05 +0900)
source/src/qt/gui/gl3/ntsc_pass1.glsl

index 22a2d24..7e2a771 100644 (file)
@@ -88,6 +88,7 @@ void main() {
        vec3 col = texture2D(a_texture, v_texcoord).rgb;
        vec3 ycbcr;
        ycbcr = rgb2yiq(col);
+       //ycbcr = rgb2ycbcr(col);
 
 #if defined(TWO_PHASE)
        float chroma_phase = PI * (mod(pix_no.y, 2.0) + phase);