Added in API level 11
Element.DataKind
public
static
final
enum
Element.DataKind
extends Enum<Element.DataKind>
| java.lang.Object | ||
| ↳ | java.lang.Enum<android.renderscript.Element.DataKind> | |
| ↳ | android.renderscript.Element.DataKind | |
The special interpretation of the data if required. This is primarly useful for graphical data. USER indicates no special interpretation is expected. PIXEL is used in conjunction with the standard data types for representing texture formats.


