Struct vk_sys::Viewport [] [src]

pub struct Viewport {
    pub x: f32,
    pub y: f32,
    pub width: f32,
    pub height: f32,
    pub minDepth: f32,
    pub maxDepth: f32,
}

Fields

x: f32 y: f32 width: f32 height: f32 minDepth: f32 maxDepth: f32