Class EXTUnpackSubimage


  • public final class EXTUnpackSubimage
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GL_UNPACK_ROW_LENGTH
      Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and GetFloatv:
      static int GL_UNPACK_SKIP_PIXELS
      Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and GetFloatv:
      static int GL_UNPACK_SKIP_ROWS
      Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and GetFloatv:
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GL_UNPACK_ROW_LENGTH

        public static final int GL_UNPACK_ROW_LENGTH
        Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and GetFloatv:
        See Also:
        Constant Field Values
      • GL_UNPACK_SKIP_ROWS

        public static final int GL_UNPACK_SKIP_ROWS
        Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and GetFloatv:
        See Also:
        Constant Field Values
      • GL_UNPACK_SKIP_PIXELS

        public static final int GL_UNPACK_SKIP_PIXELS
        Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and GetFloatv:
        See Also:
        Constant Field Values