diff options
author | Gregory Hainaut <[email protected]> | 2017-03-06 15:25:32 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-03-07 08:11:40 +1100 |
commit | 2ab5eccf5de4a68d0d8d2668f6c5244cc6a41846 (patch) | |
tree | 748594f38bbf62a669df4e7501088b8c65374996 /src/mapi | |
parent | 7782936cbcb6d17723a19802a17d4ce3fe93f34f (diff) |
glapi: fix typo in count_scale
2*4=8
Signed-off-by: Gregory Hainaut <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 2f421f5a57d..2c5444475f9 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -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"> |