Struct vk_sys::Offset2D [] [src]

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

Fields

x: i32 y: i32