lineFs.glsl 95 B

123456
  1. uniform float time;
  2. void main(void)
  3. {
  4. gl_FragColor = vec4(1.,0.,sin(time),1.);
  5. }