File: opengl_fragment.glsl

package info (click to toggle)
minetest 0.4.15%2Brepack2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 30,732 kB
  • ctags: 13,048
  • sloc: cpp: 110,598; xml: 77,537; ansic: 4,149; sh: 853; makefile: 788; python: 659; java: 484
file content (4 lines) | stat: -rw-r--r-- 46 bytes parent folder | download | duplicates (4)
1
2
3
4
void main(void)
{
	gl_FragColor = gl_Color;
}