First Commit
This commit is contained in:
10
externals/glslang/Test/terminate.vert
vendored
Normal file
10
externals/glslang/Test/terminate.vert
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#version 400
|
||||
|
||||
void foo() { terminateInvocation; } // ERROR: identifier undeclared
|
||||
|
||||
#extension GL_EXT_terminate_invocation : enable
|
||||
|
||||
void main()
|
||||
{
|
||||
terminateInvocation; // ERROR: wrong stage
|
||||
}
|
||||
Reference in New Issue
Block a user