Struct vk_sys::ClearDepthStencilValue [] [src]

pub struct ClearDepthStencilValue {
    pub depth: f32,
    pub stencil: u32,
}

Fields