android.renderscript
Class ProgramRaster

java.lang.Object
  extended by android.renderscript.BaseObj
      extended by android.renderscript.ProgramRaster

public class ProgramRaster
extends BaseObj


Nested Class Summary
static class ProgramRaster.Builder
           
static class ProgramRaster.CullMode
           
 
Method Summary
static ProgramRaster CULL_BACK(RenderScript rs)
           
static ProgramRaster CULL_FRONT(RenderScript rs)
           
static ProgramRaster CULL_NONE(RenderScript rs)
           
 
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

CULL_BACK

public static ProgramRaster CULL_BACK(RenderScript rs)

CULL_FRONT

public static ProgramRaster CULL_FRONT(RenderScript rs)

CULL_NONE

public static ProgramRaster CULL_NONE(RenderScript rs)


Copyright © 2008-2012. All Rights Reserved.