Another missing symbol in the extension headers...

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@2386 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2009-05-10 23:27:42 +00:00
parent 19c9fadeed
commit a296a13e19
1 changed files with 3 additions and 0 deletions

View File

@ -954,6 +954,9 @@ void COGLES1Driver::drawVertexPrimitiveList2d3d(const void* vertices, u32 vertex
case (EIT_32BIT):
{
#ifdef GL_OES_element_index_uint
#ifndef GL_UNSIGNED_INT
#define GL_UNSIGNED_INT 0x1405
#endif
if (FeatureAvailable[IRR_OES_element_index_uint])
indexSize=GL_UNSIGNED_INT;
else