Sign in
dawn
/
dawn
/
ab0f7da790c91c8a46925f9d40c2443a94de59ee
/
.
/
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
);
}