Enum lava::vk_dynamic_state::VkDynamicState[][src]

#[repr(i32)]
pub enum VkDynamicState { Viewport, Scissor, LineWidth, DepthBias, BlendConstants, DepthBounds, StencilCompareMask, StencilWriteMask, StencilReference, ViewportWScalingNv, DiscardRectangleExt, SampleLocationsExt, }

Variants

Trait Implementations

impl Debug for VkDynamicState
[src]

Formats the value using the given formatter. Read more

impl PartialEq for VkDynamicState
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for VkDynamicState
[src]

impl Clone for VkDynamicState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDynamicState
[src]

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

Auto Trait Implementations