Struct ash::vk::types::PipelineCacheCreateInfo [] [src]

#[repr(C)]
pub struct PipelineCacheCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: PipelineCacheCreateFlags, pub initial_data_size: size_t, pub p_initial_data: *const c_void, }

Fields

Trait Implementations

impl Debug for PipelineCacheCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for PipelineCacheCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more