Sign in
dawn
/
dawn
/
182d9333bd3b01c489134123c27e5409e1b305a7
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
var.wgsl.expected.ir.fxc.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__
)));
}