Package org.lwjgl.opengles
Class QCOMAlphaTest
- java.lang.Object
-
- org.lwjgl.opengles.QCOMAlphaTest
-
public class QCOMAlphaTest extends java.lang.ObjectNative bindings to the QCOM_alpha_test extension.This extension reintroduces the alpha test per-fragment operation from OpenGL ES 1.x. Some hardware has a dedicated unit capable of performing this operation, and it can save ALU operations in the fragment shader by avoiding the conditional discard.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGL_ALPHA_TEST_FUNC_QCOMAccepted by thepnameparameter of GetBooleanv, GetIntegerv, and GetFloatv.static intGL_ALPHA_TEST_QCOMAccepted by thecapparameter of Enable and Disable, and IsEnabled, and by thepnameparameter of GetBooleanv, GetIntegerv, and GetFloatv.static intGL_ALPHA_TEST_REF_QCOMAccepted by thepnameparameter of GetBooleanv, GetIntegerv, and GetFloatv.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidglAlphaFuncQCOM(int func, float ref)
-
-
-
Field Detail
-
GL_ALPHA_TEST_QCOM
public static final int GL_ALPHA_TEST_QCOM
Accepted by thecapparameter of Enable and Disable, and IsEnabled, and by thepnameparameter of GetBooleanv, GetIntegerv, and GetFloatv.- See Also:
- Constant Field Values
-
GL_ALPHA_TEST_FUNC_QCOM
public static final int GL_ALPHA_TEST_FUNC_QCOM
Accepted by thepnameparameter of GetBooleanv, GetIntegerv, and GetFloatv.- See Also:
- Constant Field Values
-
GL_ALPHA_TEST_REF_QCOM
public static final int GL_ALPHA_TEST_REF_QCOM
Accepted by thepnameparameter of GetBooleanv, GetIntegerv, and GetFloatv.- See Also:
- Constant Field Values
-
-