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

pub unsafe trait AttachmentImageView: ImageViewAccess {
    fn accept(
        &self,
        initial_layout: ImageLayout,
        final_layout: ImageLayout
    ) -> bool; }

Required methods

fn accept(&self, initial_layout: ImageLayout, final_layout: ImageLayout) -> bool

Loading content...

Implementors

Loading content...