projects
/
platform
/
upstream
/
glslang.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #2891 from dneto0/hlsl-namespace
[platform/upstream/glslang.git]
/
Test
/
terminate.frag
1
#version 400
\r
2
\r
3
void foo() { terminateInvocation; } // ERROR: identifier undeclared
\r
4
\r
5
#extension GL_EXT_terminate_invocation : enable
\r
6
\r
7
void main()
\r
8
{
\r
9
int terminateInvocation; // syntax ERROR
\r
10
}
\r