Struct dacite::core::PipelineLayoutCreateInfo [] [src]

pub struct PipelineLayoutCreateInfo {
    pub flags: PipelineLayoutCreateFlags,
    pub set_layouts: Option<Vec<DescriptorSetLayout>>,
    pub push_constant_ranges: Option<Vec<PushConstantRange>>,
    pub chain: Option<PipelineLayoutCreateInfoChain>,
}

Fields

Trait Implementations

impl Debug for PipelineLayoutCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for PipelineLayoutCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PipelineLayoutCreateInfo
[src]

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

This method tests for !=.