android.renderscript
Class ProgramVertex.Builder

java.lang.Object
  extended by android.renderscript.Program.BaseProgramBuilder
      extended by android.renderscript.ProgramVertex.Builder
Enclosing class:
ProgramVertex

public static class ProgramVertex.Builder
extends Program.BaseProgramBuilder


Constructor Summary
ProgramVertex.Builder(RenderScript rs)
           
 
Method Summary
 ProgramVertex.Builder addInput(Element e)
           
 ProgramVertex create()
           
 
Methods inherited from class android.renderscript.Program.BaseProgramBuilder
addConstant, addTexture, getCurrentConstantIndex, getCurrentTextureIndex, initProgram, setShader, setShader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgramVertex.Builder

public ProgramVertex.Builder(RenderScript rs)
Method Detail

addInput

public ProgramVertex.Builder addInput(Element e)
                               throws IllegalStateException
Throws:
IllegalStateException

create

public ProgramVertex create()


Copyright © 2008-2012. All Rights Reserved.