android.renderscript
Class Program

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

public class Program
extends BaseObj


Nested Class Summary
static class Program.BaseProgramBuilder
           
static class Program.TextureType
           
 
Method Summary
 void bindConstants(Allocation a, int slot)
           
 void bindSampler(Sampler vs, int slot)
           
 void bindTexture(Allocation va, int slot)
           
 
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

bindConstants

public void bindConstants(Allocation a,
                          int slot)

bindTexture

public void bindTexture(Allocation va,
                        int slot)
                 throws IllegalArgumentException
Throws:
IllegalArgumentException

bindSampler

public void bindSampler(Sampler vs,
                        int slot)
                 throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 2008-2012. All Rights Reserved.