Enum android_manifest::SupportsGlTextureName[][src]

pub enum SupportsGlTextureName {
    GL_OES_compressed_ETC1_RGB8_texture,
    GL_OES_compressed_paletted_texture,
    GL_AMD_compressed_3DC_texture,
    GL_AMD_compressed_ATC_texture,
    GL_EXT_texture_compression_latc,
    GL_EXT_texture_compression_dxt1,
    GL_EXT_texture_compression_s3tc,
    GL_IMG_texture_compression_pvrtc,
}

Variants

GL_OES_compressed_ETC1_RGB8_texture

Ericsson texture compression. Specified in OpenGL ES 2.0 and available in all Android-powered devices that support OpenGL ES 2.0.

GL_OES_compressed_paletted_texture

Generic paletted texture compression.

GL_AMD_compressed_3DC_texture

ATI 3Dc texture compression

GL_AMD_compressed_ATC_texture

ATI texture compression. Available on devices running Adreno GPU, including HTC Nexus One, Droid Incredible, EVO, and others. For widest compatibility, devices may also declare a <supports-gl-texture> element with the descriptor GL_ATI_texture_compression_atitc.

GL_EXT_texture_compression_latc

Luminance alpha texture compression.

GL_EXT_texture_compression_dxt1

S3 DXT1 texture compression. Supported on devices running Nvidia Tegra2 platform, including Motorala Xoom, Motorola Atrix, Droid Bionic, and others.

GL_EXT_texture_compression_s3tc

S3 texture compression, nonspecific to DXT variant. Supported on devices running Nvidia Tegra2 platform, including Motorala Xoom, Motorola Atrix, Droid Bionic, and others If your application requires a specific DXT variant, declare that descriptor instead of this one.

GL_IMG_texture_compression_pvrtc

PowerVR texture compression. Available in devices running PowerVR SGX530/540 GPU, such as Motorola DROID series; Samsung Galaxy S, Nexus S, and Galaxy Tab; and others.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.