Sign in
dawn
/
dawn.git
/
c55c052a72589054d1eef0ea2f99b5dbfc2b46cc
/
.
/
test
/
tint
/
shadowing
/
alias
/
param.wgsl.expected.fxc.hlsl
blob: ed0ba1f3b3e43227b0fecdc7736e5aee7983e6e0 [
file
]
void
f
(
int
a
)
{
int
b
=
a
;
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}