Sign in
dawn
/
dawn
/
a561b989290824819e6fa9fbea0728a31fd45361
/
.
/
test
/
tint
/
statements
/
compound_assign
/
scalar
/
plus.wgsl.expected.ir.fxc.hlsl
blob: c0d979aff0f8d43a3972e0b361cc92998f37c93a [
file
] [
log
] [
blame
]
RWByteAddressBuffer
v
:
register
(
u0
);
void
foo
()
{
v
.
Store
(
0u
,
asuint
((
asint
(
v
.
Load
(
0u
))
+
2
)));
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}