This file is indexed.

/usr/share/gem/examples/10.glsl/tri2fan.frag is in gem-doc 1:0.93.3-7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
void main()
{	 
	gl_FragColor = vec4(1.0,1.0,1.0,0.1);	
		// set color
}