Package org.lwjgl.opengles
Class EXTMultiviewDrawBuffers
java.lang.Object
org.lwjgl.opengles.EXTMultiviewDrawBuffers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glDrawBuffersIndexedEXT
(int[] location, int[] indices) void glDrawBuffersIndexedEXT(GLint n, GLenum const * location, GLint const * indices)
static void
glDrawBuffersIndexedEXT
(IntBuffer location, IntBuffer indices) void glDrawBuffersIndexedEXT(GLint n, GLenum const * location, GLint const * indices)
static void
glGetIntegeri_vEXT
(int target, int index, int[] data) void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)
static void
glGetIntegeri_vEXT
(int target, int index, IntBuffer data) void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)
static int
glGetIntegeriEXT
(int target, int index) void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)
static void
glReadBufferIndexedEXT
(int src, int index) void glReadBufferIndexedEXT(GLenum src, GLint index)
static void
nglDrawBuffersIndexedEXT
(int n, long location, long indices) void glDrawBuffersIndexedEXT(GLint n, GLenum const * location, GLint const * indices)
static void
nglGetIntegeri_vEXT
(int target, int index, long data) void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)
-
Field Details
-
GL_COLOR_ATTACHMENT_EXT
public static final int GL_COLOR_ATTACHMENT_EXT- See Also:
-
GL_MULTIVIEW_EXT
public static final int GL_MULTIVIEW_EXT- See Also:
-
GL_DRAW_BUFFER_EXT
public static final int GL_DRAW_BUFFER_EXT- See Also:
-
GL_READ_BUFFER_EXT
public static final int GL_READ_BUFFER_EXT- See Also:
-
GL_MAX_MULTIVIEW_BUFFERS_EXT
public static final int GL_MAX_MULTIVIEW_BUFFERS_EXT- See Also:
-
-
Method Details
-
glReadBufferIndexedEXT
public static void glReadBufferIndexedEXT(int src, int index) void glReadBufferIndexedEXT(GLenum src, GLint index)
-
nglDrawBuffersIndexedEXT
public static void nglDrawBuffersIndexedEXT(int n, long location, long indices) void glDrawBuffersIndexedEXT(GLint n, GLenum const * location, GLint const * indices)
-
glDrawBuffersIndexedEXT
void glDrawBuffersIndexedEXT(GLint n, GLenum const * location, GLint const * indices)
-
nglGetIntegeri_vEXT
public static void nglGetIntegeri_vEXT(int target, int index, long data) void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)
-
glGetIntegeri_vEXT
void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)
-
glGetIntegeriEXT
public static int glGetIntegeriEXT(int target, int index) void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)
-
glDrawBuffersIndexedEXT
public static void glDrawBuffersIndexedEXT(int[] location, int[] indices) void glDrawBuffersIndexedEXT(GLint n, GLenum const * location, GLint const * indices)
-
glGetIntegeri_vEXT
public static void glGetIntegeri_vEXT(int target, int index, int[] data) void glGetIntegeri_vEXT(GLenum target, GLuint index, GLint * data)
-