Struct vulkano::command_buffer::sys::KindSecondaryRenderPass [] [src]

pub struct KindSecondaryRenderPass<R, F> {
    pub subpass: Subpass<R>,
    pub framebuffer: Option<F>,
}

Additional information for Kind::Secondary.

Fields

Which subpass this secondary command buffer can be called from.

The framebuffer object that will be used when calling the command buffer. This parameter is optional and is an optimization hint for the implementation.

Trait Implementations

impl<R: Debug, F: Debug> Debug for KindSecondaryRenderPass<R, F>
[src]

[src]

Formats the value using the given formatter.

impl<R: Clone, F: Clone> Clone for KindSecondaryRenderPass<R, F>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more