TextureFormat enum

Defines internal texture formats

Inheritance
Available extensions

Values

R8 → const TextureFormat
R8_SNORM → const TextureFormat
R8UI → const TextureFormat
R8I → const TextureFormat
STENCIL8 → const TextureFormat
R16F → const TextureFormat
R16UI → const TextureFormat
R16I → const TextureFormat
RG8 → const TextureFormat
RG8_SNORM → const TextureFormat
RG8UI → const TextureFormat
RG8I → const TextureFormat
RGB565 → const TextureFormat
RGB9_E5 → const TextureFormat
RGB5_A1 → const TextureFormat
RGBA4 → const TextureFormat
DEPTH16 → const TextureFormat
RGB8 → const TextureFormat
SRGB8 → const TextureFormat
RGB8_SNORM → const TextureFormat
RGB8UI → const TextureFormat
RGB8I → const TextureFormat
DEPTH24 → const TextureFormat
R32F → const TextureFormat
R32UI → const TextureFormat
R32I → const TextureFormat
RG16F → const TextureFormat
RG16UI → const TextureFormat
RG16I → const TextureFormat
R11F_G11F_B10F → const TextureFormat
RGBA8 → const TextureFormat
SRGB8_A8 → const TextureFormat
RGBA8_SNORM → const TextureFormat
UNUSED → const TextureFormat
RGB10_A2 → const TextureFormat
RGBA8UI → const TextureFormat
RGBA8I → const TextureFormat
DEPTH32F → const TextureFormat
DEPTH24_STENCIL8 → const TextureFormat
DEPTH32F_STENCIL8 → const TextureFormat
RGB16F → const TextureFormat
RGB16UI → const TextureFormat
RGB16I → const TextureFormat
RG32F → const TextureFormat
RG32UI → const TextureFormat
RG32I → const TextureFormat
RGBA16F → const TextureFormat
RGBA16UI → const TextureFormat
RGBA16I → const TextureFormat
RGB32F → const TextureFormat
RGB32UI → const TextureFormat
RGB32I → const TextureFormat
RGBA32F → const TextureFormat
RGBA32UI → const TextureFormat
RGBA32I → const TextureFormat
EAC_R11 → const TextureFormat
EAC_R11_SIGNED → const TextureFormat
EAC_RG11 → const TextureFormat
EAC_RG11_SIGNED → const TextureFormat
ETC2_RGB8 → const TextureFormat
ETC2_SRGB8 → const TextureFormat
ETC2_RGB8_A1 → const TextureFormat
ETC2_SRGB8_A1 → const TextureFormat
ETC2_EAC_RGBA8 → const TextureFormat
ETC2_EAC_SRGBA8 → const TextureFormat
DXT1_RGB → const TextureFormat
DXT1_RGBA → const TextureFormat
DXT3_RGBA → const TextureFormat
DXT5_RGBA → const TextureFormat
DXT1_SRGB → const TextureFormat
DXT1_SRGBA → const TextureFormat
DXT3_SRGBA → const TextureFormat
DXT5_SRGBA → const TextureFormat
RGBA_ASTC_4x4 → const TextureFormat
RGBA_ASTC_5x4 → const TextureFormat
RGBA_ASTC_5x5 → const TextureFormat
RGBA_ASTC_6x5 → const TextureFormat
RGBA_ASTC_6x6 → const TextureFormat
RGBA_ASTC_8x5 → const TextureFormat
RGBA_ASTC_8x6 → const TextureFormat
RGBA_ASTC_8x8 → const TextureFormat
RGBA_ASTC_10x5 → const TextureFormat
RGBA_ASTC_10x6 → const TextureFormat
RGBA_ASTC_10x8 → const TextureFormat
RGBA_ASTC_10x10 → const TextureFormat
RGBA_ASTC_12x10 → const TextureFormat
RGBA_ASTC_12x12 → const TextureFormat
SRGB8_ALPHA8_ASTC_4x4 → const TextureFormat
SRGB8_ALPHA8_ASTC_5x4 → const TextureFormat
SRGB8_ALPHA8_ASTC_5x5 → const TextureFormat
SRGB8_ALPHA8_ASTC_6x5 → const TextureFormat
SRGB8_ALPHA8_ASTC_6x6 → const TextureFormat
SRGB8_ALPHA8_ASTC_8x5 → const TextureFormat
SRGB8_ALPHA8_ASTC_8x6 → const TextureFormat
SRGB8_ALPHA8_ASTC_8x8 → const TextureFormat
SRGB8_ALPHA8_ASTC_10x5 → const TextureFormat
SRGB8_ALPHA8_ASTC_10x6 → const TextureFormat
SRGB8_ALPHA8_ASTC_10x8 → const TextureFormat
SRGB8_ALPHA8_ASTC_10x10 → const TextureFormat
SRGB8_ALPHA8_ASTC_12x10 → const TextureFormat
SRGB8_ALPHA8_ASTC_12x12 → const TextureFormat
RED_RGTC1 → const TextureFormat
SIGNED_RED_RGTC1 → const TextureFormat
RED_GREEN_RGTC2 → const TextureFormat
SIGNED_RED_GREEN_RGTC2 → const TextureFormat
RGB_BPTC_SIGNED_FLOAT → const TextureFormat
RGB_BPTC_UNSIGNED_FLOAT → const TextureFormat
RGBA_BPTC_UNORM → const TextureFormat
SRGB_ALPHA_BPTC_UNORM → const TextureFormat

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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

values → const List<TextureFormat>
A constant List of the values in this enum, in order of their declaration.