Struct ash::vk::ValidationCacheCreateInfoEXT  
source · #[repr(C)]pub struct ValidationCacheCreateInfoEXT {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub flags: ValidationCacheCreateFlagsEXT,
    pub initial_data_size: usize,
    pub p_initial_data: *const c_void,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§flags: ValidationCacheCreateFlagsEXT§initial_data_size: usize§p_initial_data: *const c_voidImplementations§
source§impl ValidationCacheCreateInfoEXT
 
impl ValidationCacheCreateInfoEXT
pub fn builder<'a>() -> ValidationCacheCreateInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ValidationCacheCreateInfoEXT
 
impl Clone for ValidationCacheCreateInfoEXT
source§fn clone(&self) -> ValidationCacheCreateInfoEXT
 
fn clone(&self) -> ValidationCacheCreateInfoEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more