android.renderscript
Class ProgramVertexFixedFunction.Constants

java.lang.Object
  extended by android.renderscript.ProgramVertexFixedFunction.Constants
Enclosing class:
ProgramVertexFixedFunction

public static class ProgramVertexFixedFunction.Constants
extends Object


Constructor Summary
ProgramVertexFixedFunction.Constants(RenderScript rs)
           
 
Method Summary
 void destroy()
           
 void setModelview(Matrix4f m)
           
 void setProjection(Matrix4f m)
           
 void setTexture(Matrix4f m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgramVertexFixedFunction.Constants

public ProgramVertexFixedFunction.Constants(RenderScript rs)
Method Detail

destroy

public void destroy()

setModelview

public void setModelview(Matrix4f m)

setProjection

public void setProjection(Matrix4f m)

setTexture

public void setTexture(Matrix4f m)


Copyright © 2008-2012. All Rights Reserved.