11 lines
		
	
	
		
			114 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			114 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
| #version 460 core
 | |
| 
 | |
| void main (void)
 | |
| {
 | |
|     {
 | |
|         int demote = 0;
 | |
|         demote;
 | |
|     }
 | |
|     demote;
 | |
| }
 | 
