Draw

Trait Draw 

Source
pub trait Draw {
    // Required method
    fn clear_color(&self, rgba: [f32; 4]);
}

Required Methods§

Source

fn clear_color(&self, rgba: [f32; 4])

Implementations on Foreign Types§

Source§

impl Draw for Window

Source§

fn clear_color(&self, [r, g, b, a]: [f32; 4])

Implementors§