First Commit
This commit is contained in:
8
externals/glslang/Test/xfbUnsizedArray.error.tese
vendored
Normal file
8
externals/glslang/Test/xfbUnsizedArray.error.tese
vendored
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()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user