|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opengl.EXTFramebufferBlit
public final class EXTFramebufferBlit
| Field Summary | |
|---|---|
static int |
GL_DRAW_FRAMEBUFFER_BINDING_EXT
Accepted by the <pname> parameters of GetIntegerv, GetFloatv, and GetDoublev. |
static int |
GL_DRAW_FRAMEBUFFER_EXT
Accepted by the <target> parameter of BindFramebufferEXT, CheckFramebufferStatusEXT, FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and GetFramebufferAttachmentParameterivEXT. |
static int |
GL_READ_FRAMEBUFFER_BINDING_EXT
Accepted by the <pname> parameters of GetIntegerv, GetFloatv, and GetDoublev. |
static int |
GL_READ_FRAMEBUFFER_EXT
Accepted by the <target> parameter of BindFramebufferEXT, CheckFramebufferStatusEXT, FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and GetFramebufferAttachmentParameterivEXT. |
| Method Summary | |
|---|---|
static void |
glBlitFramebufferEXT(int srcX0,
int srcY0,
int srcX1,
int srcY1,
int dstX0,
int dstY0,
int dstX1,
int dstY1,
int mask,
int filter)
Transfers a rectangle of pixel values from one region of the read framebuffer to another in the draw framebuffer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GL_READ_FRAMEBUFFER_EXT
public static final int GL_DRAW_FRAMEBUFFER_EXT
public static final int GL_DRAW_FRAMEBUFFER_BINDING_EXT
public static final int GL_READ_FRAMEBUFFER_BINDING_EXT
| Method Detail |
|---|
public static void glBlitFramebufferEXT(int srcX0,
int srcY0,
int srcX1,
int srcY1,
int dstX0,
int dstY0,
int dstX1,
int dstY1,
int mask,
int filter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||