[][src]Struct lava::nv::VkIndirectCommandsLayoutToken

pub struct VkIndirectCommandsLayoutToken {
    pub token_type: VkIndirectCommandsTokenType,
    pub stream: usize,
    pub offset: usize,
    pub vertex_binding_unit: usize,
    pub vertex_dynamic_stride: bool,
    pub pushconstant_pipeline_layout: Option<VkPipelineLayout>,
    pub pushconstant_shader_stage_flags: VkShaderStageFlags,
    pub pushconstant_offset: usize,
    pub pushconstant_size: usize,
    pub indirect_state_flags: VkIndirectStateFlags,
    pub index_types: Vec<VkIndexType>,
    pub index_type_values: Vec<usize>,
}

Fields

token_type: VkIndirectCommandsTokenTypestream: usizeoffset: usizevertex_binding_unit: usizevertex_dynamic_stride: boolpushconstant_pipeline_layout: Option<VkPipelineLayout>pushconstant_shader_stage_flags: VkShaderStageFlagspushconstant_offset: usizepushconstant_size: usizeindirect_state_flags: VkIndirectStateFlagsindex_types: Vec<VkIndexType>index_type_values: Vec<usize>

Trait Implementations

impl Clone for VkIndirectCommandsLayoutToken[src]

impl Debug for VkIndirectCommandsLayoutToken[src]

impl Default for VkIndirectCommandsLayoutToken[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.