Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/GL_EXT_buffer_reference_uvec2
/
.
/
Test
/
450.comp
blob: fb2b56a771f6a6df6c3a1157a9e4d3df3ff4fd1d [
file
] [
log
] [
blame
] [
edit
]
#version 450 core
layout
(
local_size_x
=
0
)
in
;
// ERROR, 0 not allowed
void
main
()
{
shared
float
f
;
// ERROR shared must be global
}