public class FeatureInfo extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<FeatureInfo> |
CREATOR |
static int |
FLAG_REQUIRED |
int |
flags |
static int |
GL_ES_VERSION_UNDEFINED |
String |
name |
int |
reqGlEsVersion |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
FeatureInfo() |
FeatureInfo(FeatureInfo orig) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
String |
getGlEsVersion() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int parcelableFlags) |
public String name
public static final int GL_ES_VERSION_UNDEFINED
public int reqGlEsVersion
public static final int FLAG_REQUIRED
public int flags
public static final Parcelable.Creator<FeatureInfo> CREATOR
public FeatureInfo()
public FeatureInfo(FeatureInfo orig)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int parcelableFlags)
writeToParcel in interface Parcelablepublic String getGlEsVersion()
Copyright © 2008-2013. All Rights Reserved.