org.lwjgl.opengl
Class EXTFramebufferMultisample

java.lang.Object
  extended by org.lwjgl.opengl.EXTFramebufferMultisample

public final class EXTFramebufferMultisample
extends java.lang.Object


Field Summary
static int GL_RENDERBUFFER_SAMPLES_EXT
          Accepted by the <pname> parameter of GetRenderbufferParameterivEXT.
 
Method Summary
static void glRenderbufferStorageMultisampleEXT(int target, int samples, int internalformat, int width, int height)
          Establishes the data storage, format, dimensions, and number of samples of a renderbuffer object's image.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GL_RENDERBUFFER_SAMPLES_EXT

public static final int GL_RENDERBUFFER_SAMPLES_EXT
Accepted by the <pname> parameter of GetRenderbufferParameterivEXT.

See Also:
Constant Field Values
Method Detail

glRenderbufferStorageMultisampleEXT

public static void glRenderbufferStorageMultisampleEXT(int target,
                                                       int samples,
                                                       int internalformat,
                                                       int width,
                                                       int height)
Establishes the data storage, format, dimensions, and number of samples of a renderbuffer object's image.



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