Eventually tracked down nasty Android bug
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1260 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
d554cb9ab1
commit
97a9318a81
@ -236,6 +236,11 @@ static void fghDrawGeometrySolid20(GLfloat *vertices, GLfloat *normals, GLubyte
|
|||||||
fghBindBuffer(FGH_ELEMENT_ARRAY_BUFFER, ibo_elements);
|
fghBindBuffer(FGH_ELEMENT_ARRAY_BUFFER, ibo_elements);
|
||||||
glDrawElements(GL_TRIANGLES, numVertIdxs, GL_UNSIGNED_BYTE, 0);
|
glDrawElements(GL_TRIANGLES, numVertIdxs, GL_UNSIGNED_BYTE, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Clean existing bindings before clean-up */
|
||||||
|
/* Android showed instability otherwise */
|
||||||
|
fghBindBuffer(FGH_ARRAY_BUFFER, 0);
|
||||||
|
fghBindBuffer(FGH_ELEMENT_ARRAY_BUFFER, 0);
|
||||||
|
|
||||||
if (vbo_coords != 0)
|
if (vbo_coords != 0)
|
||||||
fghDisableVertexAttribArray(attribute_v_coord);
|
fghDisableVertexAttribArray(attribute_v_coord);
|
||||||
|
Reference in New Issue
Block a user