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