Trait vulkano::format::PossibleDepthFormatDesc [] [src]

pub unsafe trait PossibleDepthFormatDesc: FormatDesc {
    fn is_depth(&self) -> bool;
}

Required Methods

Implementors