Struct ash::vk::Viewport [−][src]
#[repr(C)]pub struct Viewport {
pub x: f32,
pub y: f32,
pub width: f32,
pub height: f32,
pub min_depth: f32,
pub max_depth: f32,
}Expand description
Fields
x: f32y: f32width: f32height: f32min_depth: f32max_depth: f32Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Viewport
impl UnwindSafe for Viewport
Blanket Implementations
Mutably borrows from an owned value. Read more