Sign in
dawn
/
dawn
/
6ae4eba085300d885de90e24947c288f20f682fc
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
lower
/
let.wgsl.expected.fxc.hlsl
blob: e06330cb76d6dd42d07d323b0e149d56d94c28c3 [
file
] [
log
] [
blame
]
RWByteAddressBuffer
s
:
register
(
u0
);
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
int
a
=
1
;
const
int
_a
=
a
;
const
int
b
=
a
;
const
int
_b
=
_a
;
s
.
Store
(
0u
,
asuint
((((
a
+
_a
)
+
b
)
+
_b
)));
return
;
}