public final class EXTFramebufferBlit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
public static void glBlitFramebufferEXT(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.