Sign in
dawn
/
tint
/
refs/heads/chromium/4870
/
.
/
test
/
shadowing
/
param
/
let.wgsl.expected.hlsl
blob: ad522f35a006bd1ae8b5b8221c2afe169c6dfc11 [
file
] [
log
] [
blame
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
(
int
a
)
{
{
const
int
b
=
a
;
}
}