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 #2976 from jeremy-lunarg/hayes-fix-2975
[platform/upstream/glslang.git]
/
Test
/
450.comp
1
#version 450 core
\r
2
layout(local_size_x = 0) in; // ERROR, 0 not allowed
\r
3
\r
4
layout(binding=10000) uniform atomic_uint; // ERROR
\r
5
\r
6
void main()
\r
7
{
\r
8
shared float f; // ERROR shared must be global
\r
9
}
\r