public final class ANGLEFramebufferMultisample
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE
Returned by CheckFramebufferStatus:
|
static int |
GL_MAX_SAMPLES_ANGLE
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
and GetFloatv:
|
static int |
GL_RENDERBUFFER_SAMPLES_ANGLE
Accepted by the <pname> parameter of GetRenderbufferParameteriv:
|
Modifier and Type | Method and Description |
---|---|
static void |
glRenderbufferStorageMultisampleANGLE(int target,
int samples,
int internalformat,
int width,
int height) |
public static final int GL_RENDERBUFFER_SAMPLES_ANGLE
public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE
public static final int GL_MAX_SAMPLES_ANGLE
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.