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