Removed gl_PerVertex overrides

Fixes #509
This commit is contained in:
saschawillems 2018-10-20 18:00:32 +02:00
parent 4af6419f43
commit 648339bbe6
38 changed files with 4 additions and 67 deletions

View file

@ -14,11 +14,6 @@ layout (binding = 0) uniform UBO
layout (location = 0) out vec3 outUV;
out gl_PerVertex
{
vec4 gl_Position;
};
void main()
{
outUV = vec3(inUV.st, gl_InstanceIndex);