Package org.lwjgl.opengl
Class EXTFramebufferMultisample
- java.lang.Object
-
- org.lwjgl.opengl.EXTFramebufferMultisample
-
public final class EXTFramebufferMultisample extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
Returned by CheckFramebufferStatusEXT.static int
GL_MAX_SAMPLES_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static int
GL_RENDERBUFFER_SAMPLES_EXT
Accepted by the <pname> parameter of GetRenderbufferParameterivEXT.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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
-
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
Returned by CheckFramebufferStatusEXT.- See Also:
- Constant Field Values
-
GL_MAX_SAMPLES_EXT
public static final int GL_MAX_SAMPLES_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
- Constant Field Values
-
-