Sign in
dawn
/
dawn
/
1db863ade98c500162c2fee00b2a36d2934f6f93
/
.
/
test
/
tint
/
var
/
initialization
/
workgroup
/
vector.wgsl.expected.glsl
blob: 39dfffd338065f46a3fe01d27de7aefe4d7efeca [
file
] [
log
] [
blame
]
#version 310 es
shared ivec3 v
;
void
tint_symbol
(
uint
local_invocation_index
)
{
{
v
=
ivec3
(
0
);
}
barrier
();
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
tint_symbol
(
gl_LocalInvocationIndex
);
return
;
}