Dart SDK
dart:web_gl
CompressedTextureS3TC
class
CompressedTextureS3TC
Constants
Constants
COMPRESSED_RGBA_S3TC_DXT1_EXT
COMPRESSED_RGBA_S3TC_DXT3_EXT
COMPRESSED_RGBA_S3TC_DXT5_EXT
COMPRESSED_RGB_S3TC_DXT1_EXT
(Not documented.)
Annotations
DocsEditable()
DomName('WebGLCompressedTextureS3TC')
Experimental()
Constants
int
COMPRESSED_RGBA_S3TC_DXT1_EXT
=
0x83F1
const
int
COMPRESSED_RGBA_S3TC_DXT3_EXT
=
0x83F2
const
int
COMPRESSED_RGBA_S3TC_DXT5_EXT
=
0x83F3
const
int
COMPRESSED_RGB_S3TC_DXT1_EXT
=
0x83F0
const