source:
trunk/tests/cachebuf_test/cachebuf.frag
@
102
Last change on this file since 102 was 102, checked in by epyon, 12 years ago | |
---|---|
File size: 112 bytes |
Rev | Line | |
---|---|---|
[102] | 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.