Class APPLETextureFormatBGRA8888


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

      Fields 
      Modifier and Type Field Description
      static int GL_BGRA_EXT
      Accepted by the <format> parameters of TexImage2D and TexSubImage2D:
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GL_BGRA_EXT

        public static final int GL_BGRA_EXT
        Accepted by the <format> parameters of TexImage2D and TexSubImage2D:
        See Also:
        Constant Field Values