CompressedTextureEtc class Null safety

Annotations
  • @Native("WebGLCompressedTextureETC")

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited

Constants

COMPRESSED_R11_EAC → const int
37488
COMPRESSED_RG11_EAC → const int
37490
COMPRESSED_RGB8_ETC2 → const int
37492
COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 → const int
37494
COMPRESSED_RGBA8_ETC2_EAC → const int
37496
COMPRESSED_SIGNED_R11_EAC → const int
37489
COMPRESSED_SIGNED_RG11_EAC → const int
37491
COMPRESSED_SRGB8_ALPHA8_ETC2_EAC → const int
37497
COMPRESSED_SRGB8_ETC2 → const int
37493
COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 → const int
37495