diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-11-14 11:14:36 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-11-14 11:14:36 +0000 |
commit | 89757a8c9cbc75eb6cb1c33b096fa5a815951699 (patch) | |
tree | e74172f3e0f31e7d092b844f5c40d3b8142f1698 /specs | |
parent | 75c7c00d8a825c16195ca4f8771abf402be65bfd (diff) |
gltrace: Describe GL_MAX_VERTEX_ATTRIB_STRIDE.
Diffstat (limited to 'specs')
-rw-r--r-- | specs/glparams.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/glparams.py b/specs/glparams.py index dce2d0b9..6a52d521 100644 --- a/specs/glparams.py +++ b/specs/glparams.py @@ -1122,7 +1122,7 @@ parameters = [ ("", X, 1, "GL_PROGRAM"), # 0x82E2 ("", X, 1, "GL_QUERY"), # 0x82E3 ("", X, 1, "GL_PROGRAM_PIPELINE"), # 0x82E4 - ("", X, 1, "GL_MAX_VERTEX_ATTRIB_STRIDE"), # 0x82E5 + ("glGet", I, 1, "GL_MAX_VERTEX_ATTRIB_STRIDE"), # 0x82E5 ("", X, 1, "GL_SAMPLER"), # 0x82E6 ("", X, 1, "GL_DISPLAY_LIST"), # 0x82E7 ("glGet", I, 1, "GL_MAX_LABEL_LENGTH"), # 0x82E8 |