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

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

Required methods

pub fn accept(
    &self,
    initial_layout: ImageLayout,
    final_layout: ImageLayout
) -> bool
[src]

Loading content...

Implementors

Loading content...