Sign in
dawn
/
dawn
/
b07a7cead6e7811ec84da03b01752d4b7f64d787
/
.
/
test
/
intrinsics
/
gen
/
trunc
/
e183aa.wgsl.expected.hlsl
blob: 8f55919f46c1cdf96acb46a97e7e7d3ad46debfc [
file
] [
log
] [
blame
]
void
trunc_e183aa
()
{
float4 res
=
trunc
(
float4
(
0.0f
,
0.0f
,
0.0f
,
0.0f
));
}
void
vertex_main
()
{
trunc_e183aa
();
return
;
}
void
fragment_main
()
{
trunc_e183aa
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
trunc_e183aa
();
return
;
}