Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 2b5321e726cf437c81894aac5fc8b184 > files > 18

OpenTK-doc-0.0-5.20130108svn3126.fc17.noarch.rpm

/* Copies incoming vertex color without change.
 * Applies the transformation matrix to vertex position.
 */
void main()
{
    gl_FrontColor = gl_Color;
    gl_Position = ftransform();
}