Function ugli::clear

source ·
pub fn clear(
    framebuffer: &mut Framebuffer<'_>,
    color: Option<Rgba<f32>>,
    depth: Option<f32>,
    stencil: Option<StencilValue>
)