Files
SingularityViewer/indra/newview/app_settings/shaders/class1/deferred/impostorV.glsl
2011-05-12 00:13:38 -05:00

16 lines
263 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;
}