Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang.git
/
HEAD
/
.
/
Test
/
terminate.vert
blob: 1d4eea9ca200aa6e019c8b6dd3e82bff05e758e7 [
file
] [
log
] [
blame
]
#version 400
void
foo
()
{
terminateInvocation
;
}
// ERROR: identifier undeclared
#extension GL_EXT_terminate_invocation : enable
void
main
()
{
terminateInvocation
;
// ERROR: wrong stage
}