package js.html.webgl.extension
Available on js
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 also:
staticinlineread onlyCOMPRESSED_RGBA_PVRTC_2BPPV1_IMG:Int = 35843
RGBA compression in 2-bit mode. One block for each 8×4 pixels.
staticinlineread onlyCOMPRESSED_RGBA_PVRTC_4BPPV1_IMG:Int = 35842
RGBA compression in 4-bit mode. One block for each 4×4 pixels.
staticinlineread onlyCOMPRESSED_RGB_PVRTC_2BPPV1_IMG:Int = 35841
RGB compression in 2-bit mode. One block for each 8×4 pixels.
staticinlineread onlyCOMPRESSED_RGB_PVRTC_4BPPV1_IMG:Int = 35840
RGB compression in 4-bit mode. One block for each 4×4 pixels.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/webgl/extension/WEBGLCompressedTexturePvrtc.html