Sign in
dawn
/
dawn
/
1f3f5df6810adfd8c37ce25fb3c22c92a4e9bf02
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
alias.wgsl.expected.ir.fxc.hlsl
blob: a10e1acb8561f1056fa017f6307664d509cbcec9 [
file
] [
log
] [
blame
]
RWByteAddressBuffer
s
:
register
(
u0
);
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
int
c
=
0
;
int
d
=
0
;
s
.
Store
(
0u
,
asuint
((
c
+
d
)));
}