public final class EXTDiscardFramebuffer
extends java.lang.Object
Modifier and Type | Field and 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>:
|
Modifier and Type | Method and Description |
---|---|
static void |
glDiscardFramebufferEXT(int target,
java.nio.IntBuffer attachments) |
public static final int GL_COLOR_EXT
public static final int GL_DEPTH_EXT
public static final int GL_STENCIL_EXT
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.