FeatureInfo.ReqGlEsVersion Property

Definition

The GLES version used by an application.

[Android.Runtime.Register("reqGlEsVersion")]
public int ReqGlEsVersion { get; set; }
[<Android.Runtime.Register("reqGlEsVersion")>]
member this.ReqGlEsVersion : int with get, set

Property Value

Attributes

Remarks

The GLES version used by an application. The upper order 16 bits represent the major version and the lower order 16 bits the minor version. Only valid if #name is null.

Java documentation for android.content.pm.FeatureInfo.reqGlEsVersion.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to