Class EXTTextureRg


  • public final class EXTTextureRg
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GL_R8_EXT
      Accepted by the <internalformat> parameter of RenderbufferStorage and RenderbufferStorageMultisampleAPPLE:
      static int GL_RED_EXT
      Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D, and the <format> parameter of TexImage2D, TexSubImage2D, and ReadPixels:
      static int GL_RG_EXT
      Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D, and the <format> parameter of TexImage2D, TexSubImage2D, and ReadPixels:
      static int GL_RG8_EXT
      Accepted by the <internalformat> parameter of RenderbufferStorage and RenderbufferStorageMultisampleAPPLE:
    • Field Detail

      • GL_RED_EXT

        public static final int GL_RED_EXT
        Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D, and the <format> parameter of TexImage2D, TexSubImage2D, and ReadPixels:
        See Also:
        Constant Field Values
      • GL_RG_EXT

        public static final int GL_RG_EXT
        Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D, and the <format> parameter of TexImage2D, TexSubImage2D, and ReadPixels:
        See Also:
        Constant Field Values
      • GL_R8_EXT

        public static final int GL_R8_EXT
        Accepted by the <internalformat> parameter of RenderbufferStorage and RenderbufferStorageMultisampleAPPLE:
        See Also:
        Constant Field Values
      • GL_RG8_EXT

        public static final int GL_RG8_EXT
        Accepted by the <internalformat> parameter of RenderbufferStorage and RenderbufferStorageMultisampleAPPLE:
        See Also:
        Constant Field Values