Struct ash::vk::PipelineLayoutCreateInfo [−][src]
#[repr(C)]pub struct PipelineLayoutCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: PipelineLayoutCreateFlags, pub set_layout_count: u32, pub p_set_layouts: *const DescriptorSetLayout, pub push_constant_range_count: u32, pub p_push_constant_ranges: *const PushConstantRange, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: PipelineLayoutCreateFlagsset_layout_count: u32p_set_layouts: *const DescriptorSetLayoutpush_constant_range_count: u32p_push_constant_ranges: *const PushConstantRangeImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PipelineLayoutCreateInfo
impl !Send for PipelineLayoutCreateInfo
impl !Sync for PipelineLayoutCreateInfo
impl Unpin for PipelineLayoutCreateInfo
impl UnwindSafe for PipelineLayoutCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more