Sign in
dawn
/
tint
/
6b222197986d5ea4810bd15f88e3a139e54c2213
/
.
/
test
/
intrinsics
/
gen
/
fract
/
8bc1e9.wgsl.expected.hlsl
blob: 5cf81410ce554887c960cf9a43dc03601bcf069b [
file
] [
log
] [
blame
]
void
fract_8bc1e9
()
{
float4 res
=
frac
(
float4
(
0.0f
,
0.0f
,
0.0f
,
0.0f
));
}
void
vertex_main
()
{
fract_8bc1e9
();
return
;
}
void
fragment_main
()
{
fract_8bc1e9
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
fract_8bc1e9
();
return
;
}