Sign in
◑
Theme
dawn
/
dawn
/
c92858d7eed24b11a9fb9a8d9476e4067601990a
/
.
/
test
/
tint
/
builtins
/
smoothstep
/
smoothstep.wgsl.expected.wgsl
blob: a7301218e38667e0a6a2f9401b46a14f5854c85a [
file
]
@compute
@workgroup_size
(
1
)
fn main
()
{
let
low
=
1.0
;
let
high
=
0.0
;
let
x_val
=
0.5
;
let
res
=
smoothstep
(
low
,
high
,
x_val
);
}