5899a26aad
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14590 178a84e3-b1eb-0310-8ba1-8eac791a3b58
7 lines
67 B
GLSL
7 lines
67 B
GLSL
uniform vec3 col;
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = vec4(col, 1.0);
|
|
}
|