| Package | Description |
|---|---|
| android.renderscript |
| Modifier and Type | Method and Description |
|---|---|
Program.TextureType |
Program.getTextureType(int slot) |
static Program.TextureType |
Program.TextureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Program.TextureType[] |
Program.TextureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Program.BaseProgramBuilder |
Program.BaseProgramBuilder.addTexture(Program.TextureType texType) |
Program.BaseProgramBuilder |
Program.BaseProgramBuilder.addTexture(Program.TextureType texType,
String texName) |
Copyright © 2008-2013. All Rights Reserved.