mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 08:10:22 +01:00
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:
parent
d348151c99
commit
f42e8a76e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue