From cbc7a7501ea4ceffd55ca389deb55d12ff9ceb3f Mon Sep 17 00:00:00 2001 From: Brendan King Date: Mon, 11 Jul 2016 12:45:30 +0100 Subject: [PATCH 11/67] 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 cf5a0f0a0c0..4e35de0f4ea 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -13125,6 +13125,23 @@ + + + + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py index c723cb3fab8..73625c7fe41 100644 --- a/src/mapi/glapi/gen/static_data.py +++ b/src/mapi/glapi/gen/static_data.py @@ -1702,6 +1702,7 @@ offsets = { "GetFramebufferPixelLocalStorageSizeEXT" : 1666, "FramebufferTexture2DDownsampleIMG" : 1667, "FramebufferTextureLayerDownsampleIMG" : 1668, + "FramebufferTextureMultiviewOVR" : 1669, } functions = [ -- 2.25.1