fs_oit.sc 241 B

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