Struct screen_13::prelude::vk::PipelineCacheCreateInfo
source · 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_voidImplementations§
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 moresource§impl Debug for PipelineCacheCreateInfo
impl Debug for PipelineCacheCreateInfo
source§impl Default for PipelineCacheCreateInfo
impl Default for PipelineCacheCreateInfo
source§fn default() -> PipelineCacheCreateInfo
fn default() -> PipelineCacheCreateInfo
Returns the “default value” for a type. Read more