Sign in
dawn
/
dawn
/
main
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
alias.wgsl.expected.dxc.hlsl
blob: 9d99a825bd48b437efa04c2dcf494b4ea5eb1d10 [
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
(
asint
((
asuint
(
c
)
+
asuint
(
d
)))));
}