Sign in
dawn
/
dawn
/
b07a7cead6e7811ec84da03b01752d4b7f64d787
/
.
/
test
/
intrinsics
/
gen
/
min
/
03c7e3.wgsl.expected.hlsl
blob: c4e4bbb7a5b57e9e3495b430d23826be6f164718 [
file
] [
log
] [
blame
]
void
min_03c7e3
()
{
int2 res
=
min
(
int2
(
0
,
0
),
int2
(
0
,
0
));
}
void
vertex_main
()
{
min_03c7e3
();
return
;
}
void
fragment_main
()
{
min_03c7e3
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
min_03c7e3
();
return
;
}