Fix incorrect link time validation for unused gl_PerVertex members
This commit is contained in:
parent
b9ba4c5743
commit
13fd2d6470
6 changed files with 214 additions and 5 deletions
11
Test/link.redeclareBuiltin.vert
Normal file
11
Test/link.redeclareBuiltin.vert
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#version 410
|
||||
|
||||
out gl_PerVertex
|
||||
{
|
||||
vec4 gl_Position;
|
||||
};
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = vec4(1.0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue