Class IMGReadFormat


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

      Fields 
      Modifier and Type Field Description
      static int GL_BGRA_IMG
      Accepted by the <format> parameter of ReadPixels:
      static int GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG
      Accepted by the <format> parameter of ReadPixels:
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GL_BGRA_IMG

        public static final int GL_BGRA_IMG
        Accepted by the <format> parameter of ReadPixels:
        See Also:
        Constant Field Values
      • GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG

        public static final int GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG
        Accepted by the <format> parameter of ReadPixels:
        See Also:
        Constant Field Values