54 lines
2.0 KiB
Diff
54 lines
2.0 KiB
Diff
From 3ed890874b9d2ccb163ee94c705b18375c8e0cc6 Mon Sep 17 00:00:00 2001
|
|
From: Imagination Technologies <powervr@imgtec.com>
|
|
Date: Mon, 11 Jul 2016 12:45:30 +0100
|
|
Subject: [PATCH 009/168] 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 8ead49dbc3d..2526770fe35 100644
|
|
--- a/src/mapi/glapi/gen/gl_API.xml
|
|
+++ b/src/mapi/glapi/gen/gl_API.xml
|
|
@@ -12683,6 +12683,23 @@
|
|
</function>
|
|
</category>
|
|
|
|
+<category name="GL_OVR_multiview" number="478">
|
|
+ <enum name="FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR" value="0x9630" />
|
|
+ <enum name="FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR" value="0x9632" />
|
|
+ <enum name="MAX_VIEWS_OVR" value="0x9631">
|
|
+ <size name="Get" mode="get"/>
|
|
+ </enum>
|
|
+ <enum name="FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR" value="0x9633" />
|
|
+ <function name="FramebufferTextureMultiviewOVR" es2="3.0" exec="dynamic">
|
|
+ <param name="target" type="GLenum"/>
|
|
+ <param name="attachment" type="GLenum"/>
|
|
+ <param name="texture" type="GLuint"/>
|
|
+ <param name="level" type="GLint"/>
|
|
+ <param name="baseViewIndex" type="GLint"/>
|
|
+ <param name="numViews" type="GLsizei"/>
|
|
+ </function>
|
|
+</category>
|
|
+
|
|
<xi:include href="EXT_window_rectangles.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
|
|
|
<!-- 520. GL_EXT_shader_framebuffer_fetch -->
|
|
diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py
|
|
index 460064e1769..3337856b3b6 100644
|
|
--- a/src/mapi/glapi/gen/static_data.py
|
|
+++ b/src/mapi/glapi/gen/static_data.py
|
|
@@ -1713,6 +1713,7 @@ offsets = {
|
|
"GetFramebufferPixelLocalStorageSizeEXT" : 1677,
|
|
"FramebufferTexture2DDownsampleIMG" : 1678,
|
|
"FramebufferTextureLayerDownsampleIMG" : 1679,
|
|
+ "FramebufferTextureMultiviewOVR" : 1680,
|
|
}
|
|
|
|
functions = [
|
|
--
|
|
2.17.1
|
|
|