diff options
author | Laura Ekstrand <[email protected]> | 2015-02-09 14:08:00 -0800 |
---|---|---|
committer | Fredrik Höglund <[email protected]> | 2015-05-14 15:48:16 +0200 |
commit | 9de7a81626304dae5ced4e202a820e353f8fc1e9 (patch) | |
tree | e78f25871244c51986bdee1af736070655aebfe5 /src/mapi | |
parent | 68c6964b376df7ef2248fab83e0f8abc6df56d47 (diff) |
main: Add entry point for NamedFramebufferDrawBuffers.
Reviewed-by: Fredrik Höglund <[email protected]>
Signed-off-by: Fredrik Höglund <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 6 |
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 6e5c4d30462..bb9baf5a3d0 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -192,6 +192,12 @@ <param name="buf" type="GLenum" /> </function> + <function name="NamedFramebufferDrawBuffers" offset="assign"> + <param name="framebuffer" type="GLuint" /> + <param name="n" type="GLsizei" /> + <param name="bufs" type="const GLenum *" /> + </function> + <function name="NamedFramebufferReadBuffer" offset="assign"> <param name="framebuffer" type="GLuint" /> <param name="buf" type="GLenum" /> |