fs_cubes.sc 222 B

12345678910111213
  1. $input v_color0
  2. /*
  3. * Copyright 2011-2014 Branimir Karadzic. All rights reserved.
  4. * License: http://www.opensource.org/licenses/BSD-2-Clause
  5. */
  6. #include "../common/common.sh"
  7. void main()
  8. {
  9. gl_FragColor = v_color0;
  10. }