public final class EXTMultiviewDrawBuffers
extends java.lang.Object
Modifier and Type | Field and 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:
|
Modifier and Type | Method and 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) |
public static final int GL_COLOR_ATTACHMENT_EXT
public static final int GL_MULTIVIEW_EXT
public static final int GL_DRAW_BUFFER_EXT
public static final int GL_READ_BUFFER_EXT
public static final int GL_MAX_MULTIVIEW_BUFFERS_EXT
public static void glReadBufferIndexedEXT(int src, int index)
public static void glDrawBuffersIndexedEXT(java.nio.IntBuffer location, java.nio.IntBuffer indices)
public static void glGetIntegerEXT(int target, int index, java.nio.IntBuffer data)
public static int glGetIntegerEXT(int value, int index)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.