Struct ash::vk::PipelineLibraryCreateInfoKHR [−][src]
#[repr(C)]pub struct PipelineLibraryCreateInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub library_count: u32, pub p_libraries: *const Pipeline, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidlibrary_count: u32p_libraries: *const PipelineImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PipelineLibraryCreateInfoKHR
impl !Sync for PipelineLibraryCreateInfoKHR
impl Unpin for PipelineLibraryCreateInfoKHR
impl UnwindSafe for PipelineLibraryCreateInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more