Sign in
dawn
/
tint.git
/
0d7ea4bced28c192e7e8aefb01d3edc4c3d3f6b8
/
.
/
test
/
intrinsics
/
gen
/
normalize
/
fc2ef1.wgsl.expected.hlsl
blob: aba21217336d834dafe76208307d2f55466d6713 [
file
]
void
normalize_fc2ef1
()
{
float2 res
=
normalize
(
float2
(
0.0f
,
0.0f
));
}
void
vertex_main
()
{
normalize_fc2ef1
();
return
;
}
void
fragment_main
()
{
normalize_fc2ef1
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
normalize_fc2ef1
();
return
;
}