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