android.renderscript
Class ProgramVertexFixedFunction.Constants

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

Deprecated.

@Deprecated
public static class ProgramVertexFixedFunction.Constants
extends Object


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

Constructor Detail

ProgramVertexFixedFunction.Constants

@Deprecated
public ProgramVertexFixedFunction.Constants(RenderScript rs)
Deprecated. 

Method Detail

destroy

@Deprecated
public void destroy()
Deprecated. 


setModelview

@Deprecated
public void setModelview(Matrix4f m)
Deprecated. 


setProjection

@Deprecated
public void setProjection(Matrix4f m)
Deprecated. 


setTexture

@Deprecated
public void setTexture(Matrix4f m)
Deprecated. 



Copyright © 2008-2012. All Rights Reserved.