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

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

Required methods

pub fn is_depth(&self) -> bool[src]

Loading content...

Implementors

impl PossibleDepthFormatDesc for Format[src]

impl PossibleDepthFormatDesc for D16Unorm[src]

impl PossibleDepthFormatDesc for D32Sfloat[src]

impl PossibleDepthFormatDesc for X8_D24UnormPack32[src]

Loading content...