mesa/es: Remove redundant glFramebufferTexture3D textarget validation

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Ian Romanick 2012-07-27 07:23:14 -07:00
parent 7c9afe50fd
commit 4c32ee5bca
1 changed files with 0 additions and 4 deletions

View File

@ -2927,10 +2927,6 @@
<param name="level" type="GLint"/>
<param name="zoffset" type="GLint"/>
</proto>
<desc name="textarget" error="GL_INVALID_OPERATION">
<value name="GL_TEXTURE_3D_OES" category="OES_texture_3D"/>
</desc>
</template>
<template name="CheckFramebufferStatus" direction="get">