Sign in
dawn
/
dawn
/
6b222197986d5ea4810bd15f88e3a139e54c2213
/
.
/
test
/
intrinsics
/
gen
/
ceil
/
34064b.wgsl.expected.hlsl
blob: 8a08ba8e5d65e58e3a5f5e788606c0cbebabd5d2 [
file
] [
log
] [
blame
]
void
ceil_34064b
()
{
float3 res
=
ceil
(
float3
(
0.0f
,
0.0f
,
0.0f
));
}
void
vertex_main
()
{
ceil_34064b
();
return
;
}
void
fragment_main
()
{
ceil_34064b
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
ceil_34064b
();
return
;
}