Package org.lwjgl.opengles
Class EXTDiscardFramebuffer
java.lang.Object
org.lwjgl.opengles.EXTDiscardFramebuffer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:static final int
Accepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:static final int
Accepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glDiscardFramebufferEXT
(int target, IntBuffer attachments)
-
Field Details
-
GL_COLOR_EXT
public static final int GL_COLOR_EXTAccepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:- See Also:
-
GL_DEPTH_EXT
public static final int GL_DEPTH_EXTAccepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:- See Also:
-
GL_STENCIL_EXT
public static final int GL_STENCIL_EXTAccepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:- See Also:
-
-
Method Details
-
glDiscardFramebufferEXT
-