Sign in
dawn
/
dawn
/
6b222197986d5ea4810bd15f88e3a139e54c2213
/
.
/
test
/
intrinsics
/
gen
/
step
/
19accd.wgsl.expected.hlsl
blob: 7dd620568d274e6c15cfbb615e04d2789f61dd23 [
file
] [
log
] [
blame
]
void
step_19accd
()
{
float2 res
=
step
(
float2
(
0.0f
,
0.0f
),
float2
(
0.0f
,
0.0f
));
}
void
vertex_main
()
{
step_19accd
();
return
;
}
void
fragment_main
()
{
step_19accd
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
step_19accd
();
return
;
}