Struct vulkan_rs::VkDescriptorUpdateTemplateCreateInfoKHR [] [src]

#[repr(C)]
pub struct VkDescriptorUpdateTemplateCreateInfoKHR { pub sType: VkStructureType, pub pNext: *mut c_void, pub flags: VkDescriptorUpdateTemplateCreateFlagsKHR, pub descriptorUpdateEntryCount: u32, pub pDescriptorUpdateEntries: *const VkDescriptorUpdateTemplateEntryKHR, pub templateType: VkDescriptorUpdateTemplateTypeKHR, pub descriptorSetLayout: VkDescriptorSetLayout, pub pipelineBindPoint: VkPipelineBindPoint, pub pipelineLayout: VkPipelineLayout, pub set: u32, }

Structure specifying parameters of a newly created descriptor update template

Fields

the type of this structure

NULL or a pointer to an extension-specific structure

reserved for future use

the number of elements in the pDescriptorUpdateEntries array

a pointer to an array of VkDescriptorUpdateTemplateEntryKHR structures describing the descriptors to be updated by the descriptor update template

the descriptor set layout the parameter update template will be used with

reserved for future use

reserved for future use

reserved for future use

Trait Implementations

impl Default for VkDescriptorUpdateTemplateCreateInfoKHR
[src]

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