GLES drivers adapted, but only did make compile-tests. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6038 dfc29bdd-3216-0410-991c-e03cc46cb475
		
			
				
	
	
		
			10 lines
		
	
	
		
			115 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			115 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
| precision mediump float;
 | |
| 
 | |
| /* Varyings */
 | |
| varying vec4 vVertexColor;
 | |
| 
 | |
| void main()
 | |
| {
 | |
| 	gl_FragColor = vVertexColor;
 | |
| }
 |