Sign in
dawn
/
dawn
/
a561b989290824819e6fa9fbea0728a31fd45361
/
.
/
test
/
tint
/
statements
/
compound_assign
/
scalar
/
times.wgsl.expected.ir.dxc.hlsl
blob: 72f89c562c245ee36545e9fcb2fc364081552ea7 [
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
()
{
}