Trait vulkano::framebuffer::AttachmentsList [] [src]

pub unsafe trait AttachmentsList {
    fn as_image_view_accesses(&self) -> Vec<&ImageViewAccess>;
}

A list of attachments.

Required Methods

Implementors