Whoops, that should be 1, not 2
This commit is contained in:
parent
e4927b94d2
commit
10044d53a4
|
@ -260,7 +260,7 @@ smooth in vec2 fTexcoord;
|
|||
flat in ivec3 fPolygonAttr;
|
||||
|
||||
layout (location = 0) out vec4 oColor;
|
||||
layout (location = 2) out vec4 oAttr;
|
||||
layout (location = 1) out vec4 oAttr;
|
||||
|
||||
int TexcoordWrap(int c, int maxc, int mode)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue