public static class ProgramVertexFixedFunction.Builder extends Object
Constructor and Description |
---|
Builder(RenderScript rs)
Deprecated.
in API 16
Creates a builder for fixed function vertex program
|
Modifier and Type | Method and Description |
---|---|
ProgramVertexFixedFunction |
create()
Deprecated.
in API 16
Creates ProgramVertexFixedFunction from the current state of
the builder
|
ProgramVertexFixedFunction.Builder |
setTextureMatrixEnable(boolean enable)
Deprecated.
in API 16
Specifies whether texture matrix calculations are to be added
to the shader
|
public Builder(RenderScript rs)
rs
- Context to which the program will belong.public ProgramVertexFixedFunction.Builder setTextureMatrixEnable(boolean enable)
public ProgramVertexFixedFunction create()