Язык

SupportsGLTextureAttribute Класс

Определение

Объявляет один формат сжатия текстур GL, поддерживаемый приложением, создав <supports-gl-texture> элемент в манифесте Android.

[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
Наследование
SupportsGLTextureAttribute
Атрибуты

Комментарии

См. документацию по Android для <поддержки gl-текстуры>.

Конструкторы

Имя. Описание
SupportsGLTextureAttribute(String)

Инициализирует новый экземпляр класса SupportsGLTextureAttribute.

Свойства

Имя. Описание
Name

Возвращает формат сжатия текстуры GL, поддерживаемый приложением, например GL_OES_compressed_ETC1_RGB8_texture.

Применяется к