Sign in
dawn
/
dawn
/
6e93ca5f8bfa3ff68c2b580212f5853ccc7985a1
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
upper
/
alias.wgsl.expected.ir.dxc.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
)));
}