Struct ash::vk::PipelineCacheCreateInfo
source · #[repr(C)]pub struct PipelineCacheCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: PipelineCacheCreateFlags,
pub initial_data_size: usize,
pub p_initial_data: *const c_void,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: PipelineCacheCreateFlags
§initial_data_size: usize
§p_initial_data: *const c_void
Implementations§
source§impl PipelineCacheCreateInfo
impl PipelineCacheCreateInfo
pub fn builder<'a>() -> PipelineCacheCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for PipelineCacheCreateInfo
impl Clone for PipelineCacheCreateInfo
source§fn clone(&self) -> PipelineCacheCreateInfo
fn clone(&self) -> PipelineCacheCreateInfo
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