Class OESStandardDerivatives

java.lang.Object
org.lwjgl.opengles.OESStandardDerivatives

public final class OESStandardDerivatives extends 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 Details

    • GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES

      public static final int GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES
      Accepted by the target parameter of Hint and by the pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
      See Also: