Struct lava::VkPipelineInputAssemblyStateCreateInfo[][src]

pub struct VkPipelineInputAssemblyStateCreateInfo {
    pub flags: VkPipelineInputAssemblyStateCreateFlags,
    pub topology: VkPrimitiveTopology,
    pub primitive_restart_enable: bool,
}

Fields

Trait Implementations

impl Debug for VkPipelineInputAssemblyStateCreateInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPipelineInputAssemblyStateCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineInputAssemblyStateCreateInfo
[src]

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

Auto Trait Implementations