aboutsummaryrefslogtreecommitdiff
path: root/packages/noncvs/windows/extra/Gem/examples/10.glsl/geo.frag
blob: d55a5bd6d91394542c47ee922a0eec16ae6bf857 (plain)
1
2
3
4
5
6
7
8
void main()
{	
	vec4 tmp = gl_Color;
	tmp.a /= 10.;
	gl_FragColor = tmp;	
	// set color but alpha is 20 time less
}