From: Mark Kilgard Date: Wed, 29 May 2013 05:35:51 +0000 (-0500) Subject: support program queries used by Cg Toolkit X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=372adc1c4c6b5074456106105c00332654715f50;p=apitrace support program queries used by Cg Toolkit --- diff --git a/specs/glparams.py b/specs/glparams.py index ac08243..ff62056 100644 --- a/specs/glparams.py +++ b/specs/glparams.py @@ -2438,8 +2438,8 @@ parameters = [ ("_glGet", I, 1, "GL_TEXTURE_BINDING_1D_ARRAY"), # 0x8C1C ("_glGet", I, 1, "GL_TEXTURE_BINDING_2D_ARRAY"), # 0x8C1D ("", X, 1, "GL_GEOMETRY_PROGRAM_NV"), # 0x8C26 - ("", X, 1, "GL_MAX_PROGRAM_OUTPUT_VERTICES_NV"), # 0x8C27 - ("", X, 1, "GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV"), # 0x8C28 + ("glGetProgramARB", I, 1, "GL_MAX_PROGRAM_OUTPUT_VERTICES_NV"), # 0x8C27 + ("glGetProgramARB", I, 1, "GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV"), # 0x8C28 ("glGet", I, 1, "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS"), # 0x8C29 ("glGet", I, 1, "GL_TEXTURE_BUFFER"), # 0x8C2A ("glGet", I, 1, "GL_MAX_TEXTURE_BUFFER_SIZE"), # 0x8C2B