Can't change attribute locations after original link

TRAC #11290 Signed-off-by: Nicolas Capens Signed-off-by: Daniel Koch Author: Andrew Lewycky git-svn-id: https://angleproject.googlecode.com/svn/trunk@115 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 7441c9cc
......@@ -491,11 +491,6 @@ bool Program::linkVaryings()
// a list of uniforms
void Program::link()
{
if (mLinked)
{
return;
}
unlink();
if (!mFragmentShader || !mFragmentShader->isCompiled())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment