Struct vulkano::command_buffer::DynamicState [] [src]

pub struct DynamicState {
    pub line_width: Option<f32>,
    pub viewports: Option<Vec<Viewport>>,
    pub scissors: Option<Vec<Scissor>>,
}

The dynamic state to use for a draw command.

Fields

line_width: Option<f32> viewports: Option<Vec<Viewport>> scissors: Option<Vec<Scissor>>

Methods

impl DynamicState
[src]

Trait Implementations

impl Clone for DynamicState
[src]

fn clone(&self) -> DynamicState

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for DynamicState
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for DynamicState
[src]

fn default() -> DynamicState

Returns the "default value" for a type. Read more