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

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

Required methods

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

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

Loading content...

Implementations on Foreign Types

impl<P, A> ImageContent<P> for Arc<AttachmentImage<A>>[src]

Loading content...

Implementors

impl<P, A> ImageContent<P> for ImmutableImage<A>[src]

impl<P, A> ImageContent<P> for StorageImage<A> where
    A: MemoryPool
[src]

impl<P, W> ImageContent<P> for SwapchainImage<W>[src]

Loading content...