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: StructureTypep_next: *const c_voidflags: DescriptorUpdateTemplateCreateFlagsdescriptor_update_entry_count: u32p_descriptor_update_entries: *const DescriptorUpdateTemplateEntrytemplate_type: DescriptorUpdateTemplateTypedescriptor_set_layout: DescriptorSetLayoutpipeline_bind_point: PipelineBindPointpipeline_layout: PipelineLayoutset: u32Implementations
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