source:
opengl-game/test.frag@
c40990d
Last change on this file since c40990d was ec4456b, checked in by , 7 years ago | |
---|---|
|
|
File size: 146 bytes |
Line | |
---|---|
1 | #version 410 |
2 | |
3 | //uniform vec4 inputColor; |
4 | out vec4 fragColor; |
5 | |
6 | void main() { |
7 | //fragColor = inputColor; |
8 | fragColor = vec4(0.5, 0.0, 0.5, 1.0); |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.