android.renderscript.ProgramRaster Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform.
The newest version!
package android.renderscript;
@Deprecated
public class ProgramRaster
extends android.renderscript.BaseObj
{
@Deprecated
public static enum CullMode
{
BACK(),
FRONT(),
NONE();
}
@Deprecated
public static class Builder
{
@Deprecated
public Builder(android.renderscript.RenderScript rs) { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramRaster.Builder setPointSpriteEnabled(boolean enable) { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramRaster.Builder setCullMode(android.renderscript.ProgramRaster.CullMode m) { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramRaster create() { throw new RuntimeException("Stub!"); }
}
ProgramRaster() { throw new RuntimeException("Stub!"); }
@Deprecated
public boolean isPointSpriteEnabled() { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramRaster.CullMode getCullMode() { throw new RuntimeException("Stub!"); }
@Deprecated
public static android.renderscript.ProgramRaster CULL_BACK(android.renderscript.RenderScript rs) { throw new RuntimeException("Stub!"); }
@Deprecated
public static android.renderscript.ProgramRaster CULL_FRONT(android.renderscript.RenderScript rs) { throw new RuntimeException("Stub!"); }
@Deprecated
public static android.renderscript.ProgramRaster CULL_NONE(android.renderscript.RenderScript rs) { throw new RuntimeException("Stub!"); }
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy