Package org.lwjgl.opengles
Class EXTMultiviewDrawBuffers
java.lang.Object
org.lwjgl.opengles.EXTMultiviewDrawBuffers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <location> parameter of DrawBuffersIndexedEXT:static final int
Accepted by the <target> parameter of GetIntegeri_EXT:static final int
Accepted by the <target> parameter of GetInteger:static final int
Accepted by the <location> parameter of DrawBuffersIndexedEXT:static final int
Accepted by the <target> parameter of GetIntegeri_EXT: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glDrawBuffersIndexedEXT
(IntBuffer location, IntBuffer indices) static int
glGetIntegerEXT
(int value, int index) Overloads glGetIntegeri_vEXT.static void
glGetIntegerEXT
(int target, int index, IntBuffer data) static void
glReadBufferIndexedEXT
(int src, int index)
-
Field Details
-
GL_COLOR_ATTACHMENT_EXT
public static final int GL_COLOR_ATTACHMENT_EXTAccepted by the <location> parameter of DrawBuffersIndexedEXT:- See Also:
-
GL_MULTIVIEW_EXT
public static final int GL_MULTIVIEW_EXTAccepted by the <location> parameter of DrawBuffersIndexedEXT:- See Also:
-
GL_DRAW_BUFFER_EXT
public static final int GL_DRAW_BUFFER_EXTAccepted by the <target> parameter of GetIntegeri_EXT:- See Also:
-
GL_READ_BUFFER_EXT
public static final int GL_READ_BUFFER_EXTAccepted by the <target> parameter of GetIntegeri_EXT:- See Also:
-
GL_MAX_MULTIVIEW_BUFFERS_EXT
public static final int GL_MAX_MULTIVIEW_BUFFERS_EXTAccepted by the <target> parameter of GetInteger:- See Also:
-
-
Method Details
-
glReadBufferIndexedEXT
public static void glReadBufferIndexedEXT(int src, int index) -
glDrawBuffersIndexedEXT
-
glGetIntegerEXT
-
glGetIntegerEXT
public static int glGetIntegerEXT(int value, int index) Overloads glGetIntegeri_vEXT.
-