Fixed
Details
Details
Assignee
M
MReporter
Andre Linarth
Andre LinarthOriginal estimate
5m
Time tracking
No time logged5m remaining
Components
Fix versions
Affects versions
Priority
Created April 4, 2013 at 4:43 PM
Updated April 5, 2013 at 6:47 PM
Resolved April 5, 2013 at 6:47 PM
At line 141, col 48:
glGetProgramBinaryOES(mGLHandle, binaryLength, NULL, (GLenum *)newMicrocode->getPt ....
mGLHandle was not declared. Variable is used also at line 151.
Possible solution (needs to be cross-checked):
Add the declaration to the scope:
GLuint mGLHandle = mFragmentProgram->getGLSLProgram()->getGLProgramHandle();