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

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

Required methods

pub 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, F, A> ImageContent<P> for Arc<AttachmentImage<F, A>> where
    F: 'static + Send + Sync
[src]

Loading content...

Implementors

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

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

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

Loading content...