Package org.lwjgl.opengles
Class ANGLEFramebufferMultisample
java.lang.Object
org.lwjgl.opengles.ANGLEFramebufferMultisample
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Returned by CheckFramebufferStatus:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:static final int
Accepted by the <pname> parameter of GetRenderbufferParameteriv: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glRenderbufferStorageMultisampleANGLE
(int target, int samples, int internalformat, int width, int height)
-
Field Details
-
GL_RENDERBUFFER_SAMPLES_ANGLE
public static final int GL_RENDERBUFFER_SAMPLES_ANGLEAccepted by the <pname> parameter of GetRenderbufferParameteriv:- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE
public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLEReturned by CheckFramebufferStatus:- See Also:
-
GL_MAX_SAMPLES_ANGLE
public static final int GL_MAX_SAMPLES_ANGLEAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
-
Method Details
-
glRenderbufferStorageMultisampleANGLE
public static void glRenderbufferStorageMultisampleANGLE(int target, int samples, int internalformat, int width, int height)
-