Package org.lwjgl.opengles
Class EXTMultiviewDrawBuffers
- java.lang.Object
-
- org.lwjgl.opengles.EXTMultiviewDrawBuffers
-
public final class EXTMultiviewDrawBuffers extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_COLOR_ATTACHMENT_EXT
Accepted by the <location> parameter of DrawBuffersIndexedEXT:static int
GL_DRAW_BUFFER_EXT
Accepted by the <target> parameter of GetIntegeri_EXT:static int
GL_MAX_MULTIVIEW_BUFFERS_EXT
Accepted by the <target> parameter of GetInteger:static int
GL_MULTIVIEW_EXT
Accepted by the <location> parameter of DrawBuffersIndexedEXT:static int
GL_READ_BUFFER_EXT
Accepted by the <target> parameter of GetIntegeri_EXT:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glDrawBuffersIndexedEXT(java.nio.IntBuffer location, java.nio.IntBuffer indices)
static int
glGetIntegerEXT(int value, int index)
Overloads glGetIntegeri_vEXT.static void
glGetIntegerEXT(int target, int index, java.nio.IntBuffer data)
static void
glReadBufferIndexedEXT(int src, int index)
-
-
-
Field Detail
-
GL_COLOR_ATTACHMENT_EXT
public static final int GL_COLOR_ATTACHMENT_EXT
Accepted by the <location> parameter of DrawBuffersIndexedEXT:- See Also:
- Constant Field Values
-
GL_MULTIVIEW_EXT
public static final int GL_MULTIVIEW_EXT
Accepted by the <location> parameter of DrawBuffersIndexedEXT:- See Also:
- Constant Field Values
-
GL_DRAW_BUFFER_EXT
public static final int GL_DRAW_BUFFER_EXT
Accepted by the <target> parameter of GetIntegeri_EXT:- See Also:
- Constant Field Values
-
GL_READ_BUFFER_EXT
public static final int GL_READ_BUFFER_EXT
Accepted by the <target> parameter of GetIntegeri_EXT:- See Also:
- Constant Field Values
-
GL_MAX_MULTIVIEW_BUFFERS_EXT
public static final int GL_MAX_MULTIVIEW_BUFFERS_EXT
Accepted by the <target> parameter of GetInteger:- See Also:
- Constant Field Values
-
-
Method Detail
-
glReadBufferIndexedEXT
public static void glReadBufferIndexedEXT(int src, int index)
-
glDrawBuffersIndexedEXT
public static void glDrawBuffersIndexedEXT(java.nio.IntBuffer location, java.nio.IntBuffer indices)
-
glGetIntegerEXT
public static void glGetIntegerEXT(int target, int index, java.nio.IntBuffer data)
-
glGetIntegerEXT
public static int glGetIntegerEXT(int value, int index)
Overloads glGetIntegeri_vEXT.
-
-