finished updating dependencies

This commit is contained in:
2020-07-27 23:04:49 -07:00
parent f5f0346d5c
commit 5916b0d947
3 changed files with 92 additions and 98 deletions

View File

@@ -256,7 +256,6 @@ impl CanvasState {
/// Takes physical and capabilities as we don't store that in Canvas
pub fn load_shader<T: 'static, V>(&mut self,
filename: String,
physical: PhysicalDevice,
capabilities: Capabilities) -> Option<Arc<CompiledShaderHandle>>
where T: CompiledShader, V: Vertex {
let handle = Arc::new(CompiledShaderHandle {