plushie-iced-wgpu 0.8.4

Vendored fork of iced_wgpu for Plushie UI -- A renderer for iced on top of wgpu
Documentation
1
2
3
fn interpolate_color(from_: vec4<f32>, to_: vec4<f32>, factor: f32) -> vec4<f32> {
    return mix(from_, to_, factor);
}