Some checks failed
		
		
	
	studiorailgun/Renderer/pipeline/head There was a failure building this commit
				
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			112 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			112 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
| 
 | |
| 
 | |
| #version 450 core
 | |
| out vec4 FragColor;
 | |
| 
 | |
| 
 | |
| in vec3 color;
 | |
| 
 | |
| 
 | |
| void main()
 | |
| {    
 | |
|     FragColor = vec4(color, 1.0);
 | |
| } |