Type Alias zng_webrender_api::units::FramebufferIntPoint

source ·
pub type FramebufferIntPoint = Point2D<i32, FramebufferPixel>;

Aliased Type§

struct FramebufferIntPoint {
    pub x: i32,
    pub y: i32,
}

Fields§

§x: i32§y: i32