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

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

Required Methods

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

Implementations on Foreign Types

impl<P, F, A> ImageContent<P> for Arc<AttachmentImage<F, A>> where
    F: 'static + Send + Sync
[src]

Implementors