Sign in
dawn
/
dawn
/
c2f6f2f5d481a724aa1a34e0c756a277aefb7bef
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
parameter.wgsl.expected.ir.fxc.hlsl
blob: ef6f00620e60e0f39442a04067fd2837c4a5d4aa [
file
] [
log
] [
blame
]
RWByteAddressBuffer
s
:
register
(
u0
);
void
f
(
int
a__
)
{
int
b
=
a__
;
s
.
Store
(
0u
,
asuint
(
b
));
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
f
(
1
);
}