Dart SDK
dart:web_gl
CompressedTexturePvrtc
class
CompressedTexturePvrtc
Constants
Constants
COMPRESSED_RGBA_PVRTC_2BPPV1_IMG
COMPRESSED_RGBA_PVRTC_4BPPV1_IMG
COMPRESSED_RGB_PVRTC_2BPPV1_IMG
COMPRESSED_RGB_PVRTC_4BPPV1_IMG
(Not documented.)
Annotations
DocsEditable()
DomName('WebGLCompressedTexturePVRTC')
Experimental()
Constants
int
COMPRESSED_RGBA_PVRTC_2BPPV1_IMG
=
0x8C03
const
int
COMPRESSED_RGBA_PVRTC_4BPPV1_IMG
=
0x8C02
const
int
COMPRESSED_RGB_PVRTC_2BPPV1_IMG
=
0x8C01
const
int
COMPRESSED_RGB_PVRTC_4BPPV1_IMG
=
0x8C00
const