Struct vulkanalia_sys::DynamicState[][src]

#[repr(transparent)]pub struct DynamicState(_);

Implementations

impl DynamicState[src]

pub const VIEWPORT: Self[src]

pub const SCISSOR: Self[src]

pub const LINE_WIDTH: Self[src]

pub const DEPTH_BIAS: Self[src]

pub const BLEND_CONSTANTS: Self[src]

pub const DEPTH_BOUNDS: Self[src]

pub const STENCIL_COMPARE_MASK: Self[src]

pub const STENCIL_WRITE_MASK: Self[src]

pub const STENCIL_REFERENCE: Self[src]

pub const VIEWPORT_W_SCALING_NV: Self[src]

pub const DISCARD_RECTANGLE_EXT: Self[src]

pub const SAMPLE_LOCATIONS_EXT: Self[src]

pub const RAY_TRACING_PIPELINE_STACK_SIZE_KHR: Self[src]

pub const VIEWPORT_SHADING_RATE_PALETTE_NV: Self[src]

pub const VIEWPORT_COARSE_SAMPLE_ORDER_NV: Self[src]

pub const EXCLUSIVE_SCISSOR_NV: Self[src]

pub const FRAGMENT_SHADING_RATE_KHR: Self[src]

pub const LINE_STIPPLE_EXT: Self[src]

pub const CULL_MODE_EXT: Self[src]

pub const FRONT_FACE_EXT: Self[src]

pub const PRIMITIVE_TOPOLOGY_EXT: Self[src]

pub const VIEWPORT_WITH_COUNT_EXT: Self[src]

pub const SCISSOR_WITH_COUNT_EXT: Self[src]

pub const VERTEX_INPUT_BINDING_STRIDE_EXT: Self[src]

pub const DEPTH_TEST_ENABLE_EXT: Self[src]

pub const DEPTH_WRITE_ENABLE_EXT: Self[src]

pub const DEPTH_COMPARE_OP_EXT: Self[src]

pub const DEPTH_BOUNDS_TEST_ENABLE_EXT: Self[src]

pub const STENCIL_TEST_ENABLE_EXT: Self[src]

pub const STENCIL_OP_EXT: Self[src]

pub const VERTEX_INPUT_EXT: Self[src]

pub const COLOR_WRITE_ENABLE_EXT: Self[src]

pub const fn from_raw(value: i32) -> Self[src]

Constructs an instance of this enum with the supplied underlying value.

pub const fn as_raw(self) -> i32[src]

Gets the underlying value for this enum instance.

Trait Implementations

impl Clone for DynamicState[src]

impl Copy for DynamicState[src]

impl Debug for DynamicState[src]

impl Default for DynamicState[src]

impl Eq for DynamicState[src]

impl Hash for DynamicState[src]

impl Ord for DynamicState[src]

impl PartialEq<DynamicState> for DynamicState[src]

impl PartialOrd<DynamicState> for DynamicState[src]

impl StructuralEq for DynamicState[src]

impl StructuralPartialEq for DynamicState[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.