Package org.lwjgl.opengles
Class EXTDiscardFramebuffer
- java.lang.Object
-
- org.lwjgl.opengles.EXTDiscardFramebuffer
-
public final class EXTDiscardFramebuffer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_COLOR_EXT
Accepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:static int
GL_DEPTH_EXT
Accepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:static int
GL_STENCIL_EXT
Accepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glDiscardFramebufferEXT(int target, java.nio.IntBuffer attachments)
-
-
-
Field Detail
-
GL_COLOR_EXT
public static final int GL_COLOR_EXT
Accepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:- See Also:
- Constant Field Values
-
GL_DEPTH_EXT
public static final int GL_DEPTH_EXT
Accepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:- See Also:
- Constant Field Values
-
GL_STENCIL_EXT
public static final int GL_STENCIL_EXT
Accepted in the <attachments> parameter of DiscardFramebufferEXT when the default framebuffer is bound to <target>:- See Also:
- Constant Field Values
-
-