Sign in
dawn
/
dawn
/
b789a43f5ad6f2b5fe5363b51f443529e3412ead
/
.
/
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
;
}