[−][src]Trait vulkano::image::traits::ImageContent
Required methods
fn matches_format(&self) -> bool
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]
F: 'static + Send + Sync,
fn matches_format(&self) -> bool[src]
Implementors
impl<P, F, A> ImageContent<P> for ImmutableImage<F, A> where
F: 'static + Send + Sync, [src]
F: 'static + Send + Sync,
fn matches_format(&self) -> bool[src]
impl<P, F, A> ImageContent<P> for StorageImage<F, A> where
F: 'static + Send + Sync,
A: MemoryPool, [src]
F: 'static + Send + Sync,
A: MemoryPool,