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