Trait PPU

Source
pub trait PPU {
    // Required method
    fn pixels_per_unit(&self) -> f32;
}
Expand description

Pixel per unit trait helper.

Required Methods§

Implementations on Foreign Types§

Source§

impl PPU for GlWindow

Source§

impl PPU for Window

Implementors§