You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
97 B

5 years ago
  1. #ifdef GL_ES
  2. precision mediump float;
  3. #endif
  4. void main()
  5. {
  6. gl_FragColor=vec4(1.0,1.0,1.0,1.0);
  7. }