Fix #790: Don't emit NV-specific interface members unless enabled by extension.
This commit is contained in:
10
Test/spv.450.noRedecl.tesc
Normal file
10
Test/spv.450.noRedecl.tesc
Normal file
@@ -0,0 +1,10 @@
|
||||
#version 450 core
|
||||
|
||||
layout(vertices = 4) out;
|
||||
|
||||
patch out vec4 patchOut;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_in[0].gl_PointSize;
|
||||
}
|
||||
Reference in New Issue
Block a user