Language

SupportsGLTextureAttribute Class

Definition

Declares a single GL texture compression format that the application supports, generating a <supports-gl-texture> element in the Android manifest.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)]
[System.Serializable]
public sealed class SupportsGLTextureAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)>]
[<System.Serializable>]
type SupportsGLTextureAttribute = class
    inherit Attribute
Inheritance
SupportsGLTextureAttribute
Attributes

Remarks

See the Android documentation for <supports-gl-texture>.

Constructors

Name Description
SupportsGLTextureAttribute(String)

Initializes a new instance of the SupportsGLTextureAttribute class.

Properties

Name Description
Name

Gets the GL texture compression format the application supports, for example GL_OES_compressed_ETC1_RGB8_texture.

Applies to