Package org.lwjgl.opengles
Class EXTMultisampleCompatibility
java.lang.Object
org.lwjgl.opengles.EXTMultisampleCompatibility
Native bindings to the EXT_multisample_compatibility extension.
This extension allows disabling and enabling of multisampling.
OpenGL ES 2.x/3.x both support multisampling but provide no way to disable multisampling for drawables with multiple samples.
This introduces the MULTISAMPLE and SAMPLE_ALPHA_TO_ONE enables (though EXT suffixed) that operate identically to the OpenGL 4.5 core profile (as they have existed in OpenGL since OpenGL 1.3 and earlier with the ARB_multisample, EXT_multisample, and SGIS_multisample extensions).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by thecapparameter to Enable, Disable, and IsEnabled and thepnameparameter to GetBooleanv, GetIntegerv, GetFloatv, and GetInteger64v.static final intAccepted by thecapparameter to Enable, Disable, and IsEnabled and thepnameparameter to GetBooleanv, GetIntegerv, GetFloatv, and GetInteger64v. -
Method Summary
-
Field Details
-
GL_MULTISAMPLE_EXT
public static final int GL_MULTISAMPLE_EXTAccepted by thecapparameter to Enable, Disable, and IsEnabled and thepnameparameter to GetBooleanv, GetIntegerv, GetFloatv, and GetInteger64v.- See Also:
-
GL_SAMPLE_ALPHA_TO_ONE_EXT
public static final int GL_SAMPLE_ALPHA_TO_ONE_EXTAccepted by thecapparameter to Enable, Disable, and IsEnabled and thepnameparameter to GetBooleanv, GetIntegerv, GetFloatv, and GetInteger64v.- See Also:
-