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

pub struct CmdSetState { /* fields omitted */ }

Command that sets the state of the pipeline to the given one.

Only the values that are Some are modified. Parameters that are None are left untouched.

Methods

impl CmdSetState
[src]

Builds a command.

Since this command checks whether the dynamic state is supported by the device, you have to pass the device as well when building the command.

Returns the state that is going to be set.

Trait Implementations

impl DeviceOwned for CmdSetState
[src]

Returns the device that owns Self.