android.renderscript
Class ProgramVertex

java.lang.Object
  extended by android.renderscript.BaseObj
      extended by android.renderscript.Program
          extended by android.renderscript.ProgramVertex
Direct Known Subclasses:
ProgramVertexFixedFunction

Deprecated.

@Deprecated
public class ProgramVertex
extends Program


Nested Class Summary
static class ProgramVertex.Builder
          Deprecated. 
 
Nested classes/interfaces inherited from class android.renderscript.Program
Program.BaseProgramBuilder, Program.TextureType
 
Method Summary
 Element getInput(int slot)
          Deprecated. 
 int getInputCount()
          Deprecated. 
 
Methods inherited from class android.renderscript.Program
bindConstants, bindSampler, bindTexture, getConstant, getConstantCount, getTextureCount, getTextureName, getTextureType
 
Methods inherited from class android.renderscript.BaseObj
destroy, equals, finalize, getName, hashCode, setName
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInputCount

@Deprecated
public int getInputCount()
Deprecated. 


getInput

@Deprecated
public Element getInput(int slot)
Deprecated. 



Copyright © 2008-2012. All Rights Reserved.