Index: third_party/gles2_book/Common/Include/esUtil.h |
=================================================================== |
--- third_party/gles2_book/Common/Include/esUtil.h (revision 36016) |
+++ third_party/gles2_book/Common/Include/esUtil.h (working copy) |
@@ -95,7 +95,7 @@ |
/// if it is not NULL ) as a GL_TRIANGLE_STRIP |
// |
extern int esGenSphere ( int numSlices, float radius, GLfloat **vertices, GLfloat **normals, |
- GLfloat **texCoords, GLuint **indices ); |
+ GLfloat **texCoords, GLushort **indices ); |
// |
/// \brief Generates geometry for a cube. Allocates memory for the vertex data and stores |
@@ -109,7 +109,7 @@ |
/// if it is not NULL ) as a GL_TRIANGLES |
// |
extern int esGenCube ( float scale, GLfloat **vertices, GLfloat **normals, |
- GLfloat **texCoords, GLuint **indices ); |
+ GLfloat **texCoords, GLushort **indices ); |
// |
/// \brief Loads a 24-bit TGA image from a file |