Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
identifiers
/
underscore
/
prefix
/
lower
/
parameter.wgsl.expected.hlsl
blob: 246087c438f2a3d69ca5346d92c3528435e8ee22 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
(
int
_a
)
{
const
int
b
=
_a
;
}