From 5aed29849109fcb20934186b9f4ffc0606b40f8e Mon Sep 17 00:00:00 2001 From: Brendan King Date: Mon, 11 Jul 2016 12:45:30 +0100 Subject: [PATCH 12/50] 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 dcdbe80290c..d6fae3b1988 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -13101,6 +13101,23 @@ + + + + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py index 2838a4451a2..015e4efed7a 100644 --- a/src/mapi/glapi/gen/static_data.py +++ b/src/mapi/glapi/gen/static_data.py @@ -1690,6 +1690,7 @@ offsets = { "GetFramebufferPixelLocalStorageSizeEXT" : 1654, "FramebufferTexture2DDownsampleIMG" : 1655, "FramebufferTextureLayerDownsampleIMG" : 1656, + "FramebufferTextureMultiviewOVR" : 1657, } functions = [ -- 2.17.1