source:
trunk/tests/cachebuf_test/cachebuf.frag
@
238
Last change on this file since 238 was 102, checked in by epyon, 12 years ago | |
---|---|
File size: 112 bytes |
Line | |
---|---|
1 | #version 120 |
2 | varying vec4 f_color; |
3 | //uniform sampler2D tex; |
4 | |
5 | void main(void) { |
6 | gl_FragColor = f_color; |
7 | } |
Note: See TracBrowser
for help on using the repository browser.