removed old shader_kernel

This commit is contained in:
2019-08-29 22:45:05 -07:00
parent ebf2cb5322
commit a2de3557f0
7 changed files with 8 additions and 351 deletions

View File

@@ -47,7 +47,7 @@ impl CanvasShader {
(vertex_shader_path, fragment_shader_path)
}
pub fn get_pipeline(&mut self) -> Arc<dyn GraphicsPipelineAbstract + Sync + Send> {
pub fn get_pipeline(&self) -> Arc<dyn GraphicsPipelineAbstract + Sync + Send> {
self.graphics_pipeline.clone().unwrap()
}