Struct vk_sys::Extent2D [] [src]

pub struct Extent2D {
    pub width: u32,
    pub height: u32,
}

Fields