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

Required Methods

Implementors