Trait vulkano::format::PossibleDepthStencilFormatDesc [] [src]

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

Required Methods

Implementors