Sign in
dawn
/
tint
/
6d770093bdf1513ab57bd56c2e00c9b572d16304
/
.
/
test
/
identifiers
/
underscore
/
double
/
parameter.wgsl.expected.hlsl
blob: 6926de2dd3bd9874c3f096aba6c3c27cc3401dc1 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
(
int
a__
)
{
const
int
b
=
a__
;
}