Package org.lwjgl.opengles
Class ANGLEFramebufferBlit
java.lang.Object
org.lwjgl.opengles.ANGLEFramebufferBlit
Native bindings to the ANGLE_framebuffer_blit extension.
This extension modifies framebuffer objects by splitting the framebuffer object binding point into separate DRAW and READ bindings. This allows copying directly from one framebuffer to another. In addition, a new high performance blit function is added to facilitate these blits and perform some data conversion where allowed.
Requires GLES 2.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by thetargetparameter of BindFramebuffer, CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES, FramebufferRenderbuffer, and GetFramebufferAttachmentParameteriv.static final intAccepted by thepnameparameters of GetIntegerv and GetFloatv.static final intAccepted by thetargetparameter of BindFramebuffer, CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES, FramebufferRenderbuffer, and GetFramebufferAttachmentParameteriv.static final intAccepted by thepnameparameters of GetIntegerv and GetFloatv. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglBlitFramebufferANGLE(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)
-
Field Details
-
GL_READ_FRAMEBUFFER_ANGLE
public static final int GL_READ_FRAMEBUFFER_ANGLEAccepted by thetargetparameter of BindFramebuffer, CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES, FramebufferRenderbuffer, and GetFramebufferAttachmentParameteriv.- See Also:
-
GL_DRAW_FRAMEBUFFER_ANGLE
public static final int GL_DRAW_FRAMEBUFFER_ANGLEAccepted by thetargetparameter of BindFramebuffer, CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES, FramebufferRenderbuffer, and GetFramebufferAttachmentParameteriv.- See Also:
-
GL_DRAW_FRAMEBUFFER_BINDING_ANGLE
public static final int GL_DRAW_FRAMEBUFFER_BINDING_ANGLEAccepted by thepnameparameters of GetIntegerv and GetFloatv.- See Also:
-
GL_READ_FRAMEBUFFER_BINDING_ANGLE
public static final int GL_READ_FRAMEBUFFER_BINDING_ANGLEAccepted by thepnameparameters of GetIntegerv and GetFloatv.- See Also:
-
-
Method Details
-
glBlitFramebufferANGLE
public static void glBlitFramebufferANGLE(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)
-