filtrate 0.2.0

GPU texture filter library: built-in filters (blur, brightness, color matrix, ...) and runtime, built on filtrate-core.
Documentation
1
2
3
4

    // End of filter chain: re-premultiply and return.
    return vec4<f32>(color.rgb * color.a, color.a);
}