Interface GL10Ext

  • All Superinterfaces:
    GL

    public interface GL10Ext
    extends GL
    • Method Detail

      • glQueryMatrixxOES

        int glQueryMatrixxOES​(int[] mantissa,
                              int mantissaOffset,
                              int[] exponent,
                              int exponentOffset)
      • glQueryMatrixxOES

        int glQueryMatrixxOES​(java.nio.IntBuffer mantissa,
                              java.nio.IntBuffer exponent)