public abstract class Shader extends com.android.scenegraph.SceneGraphBase
hide
Fields Summary
protected Type
mPerObjConstants
protected Type
mPerShaderConstants
protected HashMap
mSourceParams
protected ArrayList
mShaderTextureNames
protected ArrayList
mShaderTextureTypes
protected ArrayList
mTextureNames
protected ArrayList
mTextureTypes
protected Allocation
mConstantBuffer
protected ScriptField_ShaderParam_s
mConstantBufferParams
Constructors Summary
public Shader()
mSourceParams = new HashMap<String, ShaderParam>();
mShaderTextureNames = new ArrayList<String>();
mShaderTextureTypes = new ArrayList<Program.TextureType>();
mTextureNames = new ArrayList<String>();
mTextureTypes = new ArrayList<Program.TextureType>();