Trait vulkano::image::traits::ImageContent [] [src]

pub unsafe trait ImageContent<P>: Image {
    fn matches_format(&self) -> bool;
}

Required Methods

fn matches_format(&self) -> bool

Checks whether pixels of type P match the format of the image.

Implementors