mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 04:44:08 +02:00
Fix forgotten vertex shader case
This commit is contained in:
parent
a12e56f880
commit
d06c6e2a59
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
out vec4 _position;
|
||||
out vec2 _texCoord0;
|
||||
out vec2 _texCoord1;
|
||||
out vec3 _normal;
|
||||
out vec3 _tangent;
|
||||
out vec3 _color;
|
||||
|
|
Loading…
Reference in a new issue