Sign in
dawn
/
dawn
/
a5a82bdb9ac04d7f40275dac12c88112e42f8674
/
.
/
test
/
tint
/
statements
/
compound_assign
/
scalar
/
and.wgsl.expected.fxc.hlsl
blob: 5db3b8900c231382152c46452149c3c233c9fbf5 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
RWByteAddressBuffer
v
:
register
(
u0
);
void
foo
()
{
v
.
Store
(
0u
,
asuint
((
asint
(
v
.
Load
(
0u
))
&
2
)));
}