mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 12:41:18 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			93 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			93 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
#version 110
 | 
						|
 | 
						|
uniform vec4 uniform_color;
 | 
						|
 | 
						|
void main()
 | 
						|
{
 | 
						|
    gl_FragColor = uniform_color;
 | 
						|
}
 |