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

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

Required methods

fn is_depth(&self) -> bool

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...