Sign in
dawn
/
dawn
/
6b222197986d5ea4810bd15f88e3a139e54c2213
/
.
/
test
/
intrinsics
/
gen
/
abs
/
7f28e6.wgsl.expected.hlsl
blob: c2394dae6b08bd3ddbf0f03e7f37415d0e8db671 [
file
] [
log
] [
blame
]
void
abs_7f28e6
()
{
uint2 res
=
abs
(
uint2
(
0u
,
0u
));
}
void
vertex_main
()
{
abs_7f28e6
();
return
;
}
void
fragment_main
()
{
abs_7f28e6
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
abs_7f28e6
();
return
;
}