Trait vulkano::format::PossibleYcbcrFormatDesc[][src]

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

Trait for types that can possibly describe a Ycbcr format.

Required methods

fn is_ycbcr(&self) -> bool[src]

Trait for types that can possibly describe a Ycbcr format.

Loading content...

Implementors

Loading content...