[][src]Function nannou::draw::backend::vulkano::create_graphics_pipeline

pub fn create_graphics_pipeline<R>(
    render_pass: R
) -> Result<Arc<dyn GraphicsPipelineAbstract + Send + Sync>, GraphicsPipelineError> where
    R: RenderPassAbstract + Send + Sync + 'static, 

The graphics pipeline used by the renderer.