Struct lava::VkPipelineVertexInputStateCreateInfo[][src]

pub struct VkPipelineVertexInputStateCreateInfo<'a, 'b> {
    pub flags: VkPipelineVertexInputStateCreateFlags,
    pub vertex_binding_descriptions: &'a [VkVertexInputBindingDescription],
    pub vertex_attribute_descriptions: &'b [VkVertexInputAttributeDescription],
}

Fields

Trait Implementations

impl<'a, 'b> Debug for VkPipelineVertexInputStateCreateInfo<'a, 'b>
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b> Clone for VkPipelineVertexInputStateCreateInfo<'a, 'b>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineVertexInputStateCreateInfo<'static, 'static>
[src]

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

Auto Trait Implementations