Sign in
dawn
/
dawn
/
b07a7cead6e7811ec84da03b01752d4b7f64d787
/
.
/
test
/
intrinsics
/
gen
/
ceil
/
96f597.wgsl.expected.hlsl
blob: 0c6ec138d67d15bfa69b8ddf6c3c6ad4dded232b [
file
] [
log
] [
blame
]
void
ceil_96f597
()
{
float2 res
=
ceil
(
float2
(
0.0f
,
0.0f
));
}
void
vertex_main
()
{
ceil_96f597
();
return
;
}
void
fragment_main
()
{
ceil_96f597
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
ceil_96f597
();
return
;
}