From c6e612d89356cd0df802ebd849108d7124c80427 Mon Sep 17 00:00:00 2001 From: Brendan King Date: Mon, 11 Jul 2016 12:45:30 +0100 Subject: [PATCH 09/58] GL_OVR_multiview entry points --- src/mapi/glapi/gen/gl_API.xml | 17 +++++++++++++++++ src/mapi/glapi/gen/static_data.py | 1 + 2 files changed, 18 insertions(+) diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index cc5d9488d84..f6657e6ffeb 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -12664,6 +12664,23 @@ + + + + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py index e363994a298..f97fedabb38 100644 --- a/src/mapi/glapi/gen/static_data.py +++ b/src/mapi/glapi/gen/static_data.py @@ -1703,6 +1703,7 @@ offsets = { "GetFramebufferPixelLocalStorageSizeEXT" : 1667, "FramebufferTexture2DDownsampleIMG" : 1668, "FramebufferTextureLayerDownsampleIMG" : 1669, + "FramebufferTextureMultiviewOVR" : 1670, } functions = [ -- 2.25.1