10 lines
		
	
	
		
			117 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			117 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
| #version 330
 | |
| 
 | |
| layout(lines) in;
 | |
| layout(line_strip, max_vertices = 6) out;
 | |
| 
 | |
| float getV()
 | |
| {
 | |
|     return 1.0;
 | |
| }
 | 
