Struct vulkano::command_buffer::commands_raw::CmdEndRenderPass [] [src]

pub struct CmdEndRenderPass;

Command that exits the current render pass.

Methods

impl CmdEndRenderPass
[src]

See the documentation of the end_render_pass method.

Trait Implementations

impl Debug for CmdEndRenderPass
[src]

Formats the value using the given formatter.

impl Copy for CmdEndRenderPass
[src]

impl Clone for CmdEndRenderPass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more