[][src]Type Definition ash_tray::ash::vk::PFN_vkCreateComputePipelines

type PFN_vkCreateComputePipelines = extern "system" fn(device: Device, pipeline_cache: PipelineCache, create_info_count: u32, p_create_infos: *const ComputePipelineCreateInfo, p_allocator: *const AllocationCallbacks, p_pipelines: *mut Pipeline) -> Result;