org.lwjgl.opengles
Class ANGLEFramebufferMultisample

java.lang.Object
  extended by org.lwjgl.opengles.ANGLEFramebufferMultisample

public final class ANGLEFramebufferMultisample
extends java.lang.Object


Field Summary
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:
 
Method Summary
static void glRenderbufferStorageMultisampleANGLE(int target, int samples, int internalformat, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GL_RENDERBUFFER_SAMPLES_ANGLE

public static final int GL_RENDERBUFFER_SAMPLES_ANGLE
Accepted by the <pname> parameter of GetRenderbufferParameteriv:

See Also:
Constant Field Values

GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE

public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE
Returned by CheckFramebufferStatus:

See Also:
Constant Field Values

GL_MAX_SAMPLES_ANGLE

public static final int GL_MAX_SAMPLES_ANGLE
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:

See Also:
Constant Field Values
Method Detail

glRenderbufferStorageMultisampleANGLE

public static void glRenderbufferStorageMultisampleANGLE(int target,
                                                         int samples,
                                                         int internalformat,
                                                         int width,
                                                         int height)


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.