Package org.lwjgl.opengl
Class EXTFramebufferMultisample
java.lang.Object
org.lwjgl.opengl.EXTFramebufferMultisample
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Returned by CheckFramebufferStatusEXT.static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static final int
Accepted by the <pname> parameter of GetRenderbufferParameterivEXT. -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
GL_RENDERBUFFER_SAMPLES_EXT
public static final int GL_RENDERBUFFER_SAMPLES_EXTAccepted by the <pname> parameter of GetRenderbufferParameterivEXT.- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXTReturned by CheckFramebufferStatusEXT.- See Also:
-
GL_MAX_SAMPLES_EXT
public static final int GL_MAX_SAMPLES_EXTAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
-
-
Method Details
-
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.
-