public class ProgramRaster extends BaseObj
Modifier and Type | Class and Description |
---|---|
static class |
ProgramRaster.Builder
Deprecated.
in API 16
|
static class |
ProgramRaster.CullMode
Deprecated.
in API 16
|
Modifier and Type | Method and Description |
---|---|
static ProgramRaster |
CULL_BACK(RenderScript rs)
Deprecated.
in API 16
|
static ProgramRaster |
CULL_FRONT(RenderScript rs)
Deprecated.
in API 16
|
static ProgramRaster |
CULL_NONE(RenderScript rs)
Deprecated.
in API 16
|
ProgramRaster.CullMode |
getCullMode()
Deprecated.
in API 16
Specifies how triangles are culled based on their orientation
|
boolean |
isPointSpriteEnabled()
Deprecated.
in API 16
Specifies whether vertices are rendered as screen aligned
elements of a specified size
|
public boolean isPointSpriteEnabled()
public ProgramRaster.CullMode getCullMode()
public static ProgramRaster CULL_BACK(RenderScript rs)
public static ProgramRaster CULL_FRONT(RenderScript rs)
public static ProgramRaster CULL_NONE(RenderScript rs)