aboutsummaryrefslogtreecommitdiff
path: root/tests/glbook/Common/esUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glbook/Common/esUtil.h')
-rw-r--r--tests/glbook/Common/esUtil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glbook/Common/esUtil.h b/tests/glbook/Common/esUtil.h
index 1ff236de..c468b430 100644
--- a/tests/glbook/Common/esUtil.h
+++ b/tests/glbook/Common/esUtil.h
@@ -185,7 +185,7 @@ GLuint ESUTIL_API esLoadProgram ( const char *vertShaderSrc, const char *fragSha
/// if it is not NULL ) as a GL_TRIANGLE_STRIP
//
int ESUTIL_API 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