summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
diff options
context:
space:
mode:
authorMartin Peres <[email protected]>2015-02-13 15:46:55 +0200
committerMartin Peres <[email protected]>2015-03-25 10:05:45 +0200
commit245e5c4813eb30e32bd61a08ae32ee278b09d1cf (patch)
tree31ff95a142058f0a07634d995cbe9200a5838150 /src/mapi/glapi
parenta34669b96166ffe839168bc8effc60aba9aa4178 (diff)
main: Added entry point for glGetNamedRenderbufferParameteriv
v2: - improve an error message v3: - move a test to less generic functions - fix an alignment v4: - take the caller as a parameter instead of bool dsa - check that the lookup returns a valid renderbuffer Reviewed-by: Laura Ekstrand <[email protected]> Signed-off-by: Martin Peres <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml
index 976dcc8d161..d4e1f7c1b67 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -159,6 +159,12 @@
<param name="renderbuffers" type="GLuint *" />
</function>
+ <function name="GetNamedRenderbufferParameteriv" offset="assign">
+ <param name="renderbuffer" type="GLuint" />
+ <param name="pname" type="GLenum" />
+ <param name="params" type="GLint *" />
+ </function>
+
<!-- Texture object functions -->
<function name="CreateTextures" offset="assign">