Trait vulkano::render_pass::AttachmentsList[][src]

pub unsafe trait AttachmentsList {
    fn num_attachments(&self) -> usize;
fn as_image_view_access(
        &self,
        index: usize
    ) -> Option<&dyn ImageViewAbstract>; }
Expand description

A list of attachments.

Required methods

Implementations on Foreign Types

Implementors