File: GLSL_mix.vert

package info (click to toggle)
gem 1%3A0.94-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 25,636 kB
  • sloc: cpp: 174,297; ansic: 42,132; makefile: 3,852; sh: 1,096; objc: 389
file content (9 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
//jack/RYBN 2010
varying vec2 texcoord0;

void main()
{
	texcoord0 = (gl_TextureMatrix[0]*gl_MultiTexCoord0).st;
	gl_Position = ftransform();

}