Skip to content
Snippets Groups Projects
Commit c803338f authored by Marco Biasini's avatar Marco Biasini
Browse files

silence error

parent f917fa47
Branches
Tags
No related merge requests found
void main()
{
gl_FragColor.rg=frac(gl_TexCoord[0].st);
gl_FragColor.rg=fract(gl_TexCoord[0].st);
gl_FragColor.b=1.0;
gl_FragColor.a=1.0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment