glapi: fix typo in count_scale

2*4=8

Signed-off-by: Gregory Hainaut <gregory.hainaut@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
(cherry picked from commit 2ab5eccf5d)
Nominated-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Gregory Hainaut 2017-03-06 15:25:32 +11:00 committed by Emil Velikov
parent d348151c99
commit f42e8a76e5

View file

@ -5858,7 +5858,7 @@
<param name="location" type="GLint"/>
<param name="count" type="GLsizei" counter="true"/>
<param name="transpose" type="GLboolean"/>
<param name="value" type="const GLfloat *" count="count" count_scale="6"/>
<param name="value" type="const GLfloat *" count="count" count_scale="8"/>
<glx ignore="true"/>
</function>
<function name="UniformMatrix4x2fv" es2="3.0">