Sign in
dawn
/
dawn
/
0305880dee5be646191cad71b0c1daca2cb6ad60
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
alias.wgsl.expected.fxc.hlsl
blob: dac0d2230770f1a866a0c2cde9de958f8897e554 [
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
)));
return
;
}