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-e03cc46cb475master
parent
19c9fadeed
commit
a296a13e19
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue