blob: 9053755a83091f4d9f822dfc1f2247ce372308ca [file] [log] [blame]
// color pass-through
void main()
{
gl_FragColor = gl_Color;
}