dart:web_gl
CompressedTextureEtc class
- Annotations
- @Native("WebGLCompressedTextureETC")
Properties
- hashCode → int
read-only, inherited
- The hash code for this object. [...]
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
Methods
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed. [...]
- toString() → String
inherited
- Returns a string representation of this object.
Operators
- operator ==(dynamic other) → bool
inherited
- The equality operator. [...]
Constants
- COMPRESSED_R11_EAC → const int
-
0x9270
- COMPRESSED_RG11_EAC → const int
-
0x9272
- COMPRESSED_RGB8_ETC2 → const int
-
0x9274
- COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 → const int
-
0x9276
- COMPRESSED_RGBA8_ETC2_EAC → const int
-
0x9278
- COMPRESSED_SIGNED_R11_EAC → const int
-
0x9271
- COMPRESSED_SIGNED_RG11_EAC → const int
-
0x9273
- COMPRESSED_SRGB8_ALPHA8_ETC2_EAC → const int
-
0x9279
- COMPRESSED_SRGB8_ETC2 → const int
-
0x9275
- COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 → const int
-
0x9277