Struct asi_vulkan::types::VkViewport [] [src]

#[repr(C)]
pub struct VkViewport { pub x: f32, pub y: f32, pub width: f32, pub height: f32, pub min_depth: f32, pub max_depth: f32, }

Fields