Package org.lwjgl.opengles
Class OESStandardDerivatives
- java.lang.Object
-
- org.lwjgl.opengles.OESStandardDerivatives
-
public final class OESStandardDerivatives extends java.lang.Object
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
Fields Modifier and Type Field Description static int
GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES
Accepted by thetarget
parameter of Hint and by thepname
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
-
-
-
Field Detail
-
GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES
public static final int GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES
Accepted by thetarget
parameter of Hint and by thepname
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
- Constant Field Values
-
-