Sign in
dawn
/
dawn
/
31f1e527d6865cc02b1ceda203c77cb0da070b79
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
var.wgsl.expected.fxc.hlsl
blob: 6627601f801e39ca2a735acf30863c1dbd7b62fc [
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__
)));
return
;
}