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: f32
y: f32
width: f32
height: f32
min_depth: f32
max_depth: f32
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Viewport
impl UnwindSafe for Viewport
Blanket Implementations
Mutably borrows from an owned value. Read more