Package org.lwjgl.opengles
Class OESStandardDerivatives
java.lang.Object
org.lwjgl.opengles.OESStandardDerivatives
Native bindings to the OES_standard_derivatives extension.
The standard derivative built-in functions and semantics from OpenGL 2.0 are optional for OpenGL ES 2.0. When this extension is available, these built-in functions are also available, as is a hint controlling the quality/performance trade off.
Requires GLES 2.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by thetargetparameter of Hint and by thepnameparameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. -
Method Summary
-
Field Details
-
GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES
public static final int GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OESAccepted by thetargetparameter of Hint and by thepnameparameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
-