Class IMGTextureCompressionPVRTC2



  • public final class IMGTextureCompressionPVRTC2
    extends java.lang.Object
    Native bindings to the IMG_texture_compression_pvrtc2 extension.

    This extension provides additional texture compression functionality specific to Imagination Technologies PowerVR Texture compression format (called PVRTC2) subject to all the requirements and limitations described by the OpenGL ES 2.0 specification.

    This extension supports 4 and 2 bit per pixel texture compression formats. Because the compression of PVRTC2 is CPU intensive, it is not appropriate to carry out compression on the target platform. Therefore this extension only supports the loading of compressed texture data.

    Requires GLES 2.0 and OES_texture_npot.

    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG

        public static final int GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG
        Accepted by the internalformat parameter of CompressedTexImage2D and the format parameter of CompressedTexSubImage2D.
        See Also:
        Constant Field Values
      • GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG

        public static final int GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG
        Accepted by the internalformat parameter of CompressedTexImage2D and the format parameter of CompressedTexSubImage2D.
        See Also:
        Constant Field Values