OpenGL: fix shader input typo
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
varying vec4 finalColor;
|
||||
#else
|
||||
in vec2 pos;
|
||||
in vec3 pos;
|
||||
in vec4 color;
|
||||
|
||||
out vec4 finalColor;
|
||||
|
||||
Reference in New Issue
Block a user