Package org.lwjgl.opengles
Class NVReadBuffer
- java.lang.Object
-
- org.lwjgl.opengles.NVReadBuffer
-
public final class NVReadBuffer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_NV
static int
GL_READ_BUFFER_NV
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glReadBufferNV(int mode)
-
-
-
Field Detail
-
GL_READ_BUFFER_NV
public static final int GL_READ_BUFFER_NV
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_NV
public static final int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_NV
- See Also:
- Constant Field Values
-
-