pub type VkMutableDescriptorTypeCreateInfoVALVE = VkMutableDescriptorTypeCreateInfoEXT;

Aliased Type§

struct VkMutableDescriptorTypeCreateInfoVALVE {
    pub sType: u32,
    pub pNext: *const c_void,
    pub mutableDescriptorTypeListCount: u32,
    pub pMutableDescriptorTypeLists: *const VkMutableDescriptorTypeListEXT,
}

Fields§

§sType: u32§pNext: *const c_void§mutableDescriptorTypeListCount: u32§pMutableDescriptorTypeLists: *const VkMutableDescriptorTypeListEXT