Sign in
dawn
/
dawn
/
adaa316da8417eba6b63f981351c2908341b67dc
/
.
/
test
/
tint
/
statements
/
compound_assign
/
vector
/
and.wgsl.expected.ir.glsl
blob: 1a1309f17ff04f8e2596bc7355a331128afc10a9 [
file
] [
log
] [
blame
]
#version 310 es
struct
S
{
ivec4 a
;
};
S v
;
void
foo
()
{
v
.
a
=
(
v
.
a
&
ivec4
(
2
));
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
}