Support UNSIGNED_BYTE indices in DrawElements

Trac #11393 Support was added a prior patch but this wasn't activated git-svn-id: https://angleproject.googlecode.com/svn/trunk@80 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 5e890731
...@@ -1226,7 +1226,6 @@ void __stdcall glDrawElements(GLenum mode, GLsizei count, GLenum type, const voi ...@@ -1226,7 +1226,6 @@ void __stdcall glDrawElements(GLenum mode, GLsizei count, GLenum type, const voi
switch (type) switch (type)
{ {
case GL_UNSIGNED_BYTE: case GL_UNSIGNED_BYTE:
UNIMPLEMENTED(); // FIXME
case GL_UNSIGNED_SHORT: case GL_UNSIGNED_SHORT:
break; break;
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment