first render
[nexus3d] / test.p.glsl
index aecbf05..d383b54 100644 (file)
@@ -1,7 +1,7 @@
 #version 410
 
 layout(location = 0) out vec4 ocol;
-layout(location = 3) in vec4 vcol;
+layout(location = 0) in vec4 vcol;
 
 void main()
 {