mirror of
				https://github.com/hannobraun/Fornjot
				synced 2025-11-03 21:57:22 +00:00 
			
		
		
		
	Remove redundant mentions of type
This commit is contained in:
		
							parent
							
								
									48fb2d8be4
								
							
						
					
					
						commit
						409861df92
					
				@ -36,7 +36,7 @@ impl Pipeline {
 | 
				
			|||||||
        uniforms: &wgpu::Buffer,
 | 
					        uniforms: &wgpu::Buffer,
 | 
				
			||||||
    ) -> Self {
 | 
					    ) -> Self {
 | 
				
			||||||
        let vertices_shaders = Shaders::vertices(device, config);
 | 
					        let vertices_shaders = Shaders::vertices(device, config);
 | 
				
			||||||
        Pipeline::new(device, &vertices_shaders, uniforms)
 | 
					        Self::new(device, &vertices_shaders, uniforms)
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pub fn triangles(
 | 
					    pub fn triangles(
 | 
				
			||||||
@ -45,7 +45,7 @@ impl Pipeline {
 | 
				
			|||||||
        uniforms: &wgpu::Buffer,
 | 
					        uniforms: &wgpu::Buffer,
 | 
				
			||||||
    ) -> Self {
 | 
					    ) -> Self {
 | 
				
			||||||
        let triangles_shaders = Shaders::triangles(device, config);
 | 
					        let triangles_shaders = Shaders::triangles(device, config);
 | 
				
			||||||
        Pipeline::new(device, &triangles_shaders, uniforms)
 | 
					        Self::new(device, &triangles_shaders, uniforms)
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pub fn new(
 | 
					    pub fn new(
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user