Class EXTTextureSwizzle


  • public final class EXTTextureSwizzle
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GL_TEXTURE_SWIZZLE_A_EXT
      Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
      static int GL_TEXTURE_SWIZZLE_B_EXT
      Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
      static int GL_TEXTURE_SWIZZLE_G_EXT
      Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
      static int GL_TEXTURE_SWIZZLE_R_EXT
      Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
      static int GL_TEXTURE_SWIZZLE_RGBA_EXT
      Accepted by the <pname> parameters of TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
    • Field Detail

      • GL_TEXTURE_SWIZZLE_R_EXT

        public static final int GL_TEXTURE_SWIZZLE_R_EXT
        Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
        See Also:
        Constant Field Values
      • GL_TEXTURE_SWIZZLE_G_EXT

        public static final int GL_TEXTURE_SWIZZLE_G_EXT
        Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
        See Also:
        Constant Field Values
      • GL_TEXTURE_SWIZZLE_B_EXT

        public static final int GL_TEXTURE_SWIZZLE_B_EXT
        Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
        See Also:
        Constant Field Values
      • GL_TEXTURE_SWIZZLE_A_EXT

        public static final int GL_TEXTURE_SWIZZLE_A_EXT
        Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
        See Also:
        Constant Field Values
      • GL_TEXTURE_SWIZZLE_RGBA_EXT

        public static final int GL_TEXTURE_SWIZZLE_RGBA_EXT
        Accepted by the <pname> parameters of TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
        See Also:
        Constant Field Values