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

pub struct CmdNextSubpass { /* fields omitted */ }

Command that goes to the next subpass of the current render pass.

Methods

impl CmdNextSubpass
[src]

See the documentation of the next_subpass method.

Trait Implementations

impl Debug for CmdNextSubpass
[src]

Formats the value using the given formatter.

impl Copy for CmdNextSubpass
[src]

impl Clone for CmdNextSubpass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more