aboutsummaryrefslogtreecommitdiff
path: root/tests/glbook/Common/esUtil.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-04-03 16:23:24 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-04-03 16:23:24 -0700
commit80ed60983b3f9b51bf6d6622e44b08b894e7fd9d (patch)
tree0a2a53abf91c4795b7d9b08337979e8a6b6e8f82 /tests/glbook/Common/esUtil.h
parent9cc7f9fa7a110e6c53f7df7583b40087459d5877 (diff)
add another working glbook testcase
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