Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
498d74d84c52a0754977fcb955f5bef626506673
/
.
/
Test
/
410.tesc
blob: d96a27003e0502e3dec785d5b2cce9d9aa5fe526 [
file
] [
log
] [
blame
]
John Kessenich
f3e2a89
2013-12-13 18:38:43 +0000
[
diff
] [
blame
]
1
#version 400 core
2
3
// no layout(vertices = ...) out;
4
int
outa
[
gl_out
.
length
()];
// ERROR
5
6
patch
out
vec4 patchOut
;
7
8
void
main
()
9
{
10
11
}