WEBGLCompressedTexturePvrtc
js.html.webgl.extension.WEBGLCompressedTexturePvrtc (extern class)
The WEBGL_compressed_texture_pvrtc
extension is part of the WebGL API and exposes four PVRTC compressed texture formats.
Documentation WEBGL_compressed_texture_pvrtc by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Static Members
COMPRESSED_RGB_PVRTC_4BPPV1_IMG: Int
RGB compression in 4-bit mode. One block for each 4×4 pixels.
COMPRESSED_RGB_PVRTC_2BPPV1_IMG: Int
RGB compression in 2-bit mode. One block for each 8×4 pixels.
COMPRESSED_RGBA_PVRTC_4BPPV1_IMG: Int
RGBA compression in 4-bit mode. One block for each 4×4 pixels.
COMPRESSED_RGBA_PVRTC_2BPPV1_IMG: Int
RGBA compression in 2-bit mode. One block for each 8×4 pixels.