mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-12-04 19:23:28 +01:00
fix opengl shader mismatch when linking on intel
This commit is contained in:
parent
a9e56b9e25
commit
0c1a98cfd5
@ -150,7 +150,7 @@ layout(location = 2) in uint _atlasIndex;
|
||||
//layout(location = 3) in vec3 _tColor;
|
||||
|
||||
//out vec4 _color;
|
||||
out vec2 _tex_pos;
|
||||
centroid out vec2 _tex_pos;
|
||||
|
||||
void main() {
|
||||
//gl_Position = vec4(_WVP * vec3(_vertexPosition, 1), 1);
|
||||
|
Loading…
Reference in New Issue
Block a user