Sign in
dawn
/
dawn
/
81850b7c94de7d14e9c58323b1840d658714a139
/
.
/
test
/
tint
/
shadowing
/
short_names
/
param.wgsl.expected.fxc.hlsl
blob: 6d70e43a608d49e3a5e14a731b6a6cfda3c3725f [
file
]
void
f
(
float3 vec3f
)
{
float3 b
=
vec3f
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
f
((
0.0f
).
xxx
);
}