foo
[nexus3d] / test.p.glsl
1 #version 410
2
3 layout(location = 0) out vec4 ocol;
4 layout(location = 0) in vec4 vcol;
5
6 void main()
7 {
8         ocol = vcol;
9 }