glapi: fix typo in count_scale
authorGregory Hainaut <gregory.hainaut@gmail.com>
Mon, 6 Mar 2017 04:25:32 +0000 (15:25 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 6 Mar 2017 21:11:40 +0000 (08:11 +1100)
 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>
src/mapi/glapi/gen/gl_API.xml

index 2f421f5a57dc3364a04224f8624feb430bea98ac..2c5444475f9492347855a03c269db91ceb1872d3 100644 (file)
         <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">