Sign in
dawn
/
dawn
/
c2f6f2f5d481a724aa1a34e0c756a277aefb7bef
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
var.wgsl.expected.ir.dxc.hlsl
blob: dc04584092546ea42d48846b99a1fc433b29b780 [
file
] [
log
] [
blame
]
RWByteAddressBuffer
s
:
register
(
u0
);
static
int
a
=
1
;
static
int
a__
=
2
;
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
int
b
=
a
;
int
b__
=
a__
;
s
.
Store
(
0u
,
asuint
((
b
+
b__
)));
}