Files
SingularityViewer/indra/newview/app_settings/shaders/class1/deferred/impostorV.glsl
2011-08-09 01:11:05 -05:00

18 lines
266 B
GLSL

/**
* @file impostorV.glsl
*
* Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
* $License$
*/
void main()
{
//transform vertex
gl_Position = ftransform();
gl_TexCoord[0] = gl_TextureMatrix[0] * gl_MultiTexCoord0;
gl_FrontColor = gl_Color;
}