source:
opengl-game/color.frag@
07ed460
Last change on this file since 07ed460 was 485424b, checked in by , 7 years ago | |
---|---|
|
|
File size: 101 bytes |
Line | |
---|---|
1 | #version 410 |
2 | |
3 | in vec3 color; |
4 | |
5 | out vec4 frag_color; |
6 | |
7 | void main() { |
8 | frag_color = vec4(color, 1.0); |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.