Struct ash::vk::DescriptorUpdateTemplateCreateInfo [−][src]
#[repr(C)]pub struct DescriptorUpdateTemplateCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: DescriptorUpdateTemplateCreateFlags, pub descriptor_update_entry_count: u32, pub p_descriptor_update_entries: *const DescriptorUpdateTemplateEntry, pub template_type: DescriptorUpdateTemplateType, pub descriptor_set_layout: DescriptorSetLayout, pub pipeline_bind_point: PipelineBindPoint, pub pipeline_layout: PipelineLayout, pub set: u32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: DescriptorUpdateTemplateCreateFlags
descriptor_update_entry_count: u32
p_descriptor_update_entries: *const DescriptorUpdateTemplateEntry
template_type: DescriptorUpdateTemplateType
descriptor_set_layout: DescriptorSetLayout
pipeline_bind_point: PipelineBindPoint
pipeline_layout: PipelineLayout
set: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for DescriptorUpdateTemplateCreateInfo
impl !Sync for DescriptorUpdateTemplateCreateInfo
impl Unpin for DescriptorUpdateTemplateCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more