Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/GL_EXT_buffer_reference_uvec2
/
.
/
Test
/
spv.specConstant.comp
blob: ae8ae19d1d367cc8a3f631c7dee583aca6973464 [
file
] [
log
] [
blame
] [
edit
]
#version 450
layout
(
local_size_x_id
=
18
,
local_size_z_id
=
19
)
in
;
layout
(
local_size_x
=
32
,
local_size_y
=
32
)
in
;
buffer bn
{
uint
a
;
}
bi
;
void
main
()
{
bi
.
a
=
gl_WorkGroupSize
.
x
*
gl_WorkGroupSize
.
y
*
gl_WorkGroupSize
.
z
;
}