First Commit
This commit is contained in:
11
externals/glslang/Test/410.tesc
vendored
Normal file
11
externals/glslang/Test/410.tesc
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#version 400 core
|
||||
|
||||
// no layout(vertices = ...) out;
|
||||
int outa[gl_out.length()]; // ERROR
|
||||
|
||||
patch out vec4 patchOut;
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user