mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
mesa/es: Remove redundant vertex attrib pointer size validation
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
946ddec163
commit
ae633d0b2e
1 changed files with 0 additions and 7 deletions
|
|
@ -1781,13 +1781,6 @@
|
|||
<param name="pointer" type="const GLvoid *"/>
|
||||
</proto>
|
||||
|
||||
<desc name="size" error="GL_INVALID_VALUE">
|
||||
<value name="1"/>
|
||||
<value name="2"/>
|
||||
<value name="3"/>
|
||||
<value name="4"/>
|
||||
</desc>
|
||||
|
||||
<desc name="type" error="GL_INVALID_VALUE">
|
||||
<value name="GL_BYTE"/>
|
||||
<value name="GL_UNSIGNED_BYTE"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue