parent
ca13951205
commit
95e15366e7
5 changed files with 51 additions and 5 deletions
8
Test/xfbUnsizedArray.error.tese
Normal file
8
Test/xfbUnsizedArray.error.tese
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#version 430 core
|
||||
#extension GL_ARB_enhanced_layouts : require
|
||||
layout(isolines, point_mode) in;
|
||||
layout (xfb_offset = 0) out vec4 unsized[]; // error: unsized array
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue