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

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

Required methods

fn is_depth_stencil(&self) -> bool

Loading content...

Implementors

impl PossibleDepthStencilFormatDesc for Format[src]

impl PossibleDepthStencilFormatDesc for D16Unorm_S8Uint[src]

impl PossibleDepthStencilFormatDesc for D24Unorm_S8Uint[src]

impl PossibleDepthStencilFormatDesc for D32Sfloat_S8Uint[src]

Loading content...