No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | ||
↳ | android.renderscript.Program.BaseProgramBuilder | |
↳ | android.renderscript.ProgramVertex.Builder |
This class was deprecated in API level 16.
in API 16 Builder class for creating ProgramVertex objects. The builder starts empty and the user must minimally provide the GLSL shader code, and the varying inputs. Constant, or uniform parameters to the shader may optionally be provided as well.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
This constructor was deprecated in API level 16. in API 16 Create a builder object.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
This method was deprecated in API level 16. in API 16 Add varying inputs to the program
|
|||||||||
|
|
This method was deprecated in API level 16. in API 16 Creates ProgramVertex from the current state of the builder
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
This constructor was deprecated in API level 16.
in API 16 Create a builder object.
rs | Context to which the program will belong. |
---|
This method was deprecated in API level 16.
in API 16 Add varying inputs to the program
e | element describing the layout of the varying input structure |
---|
IllegalStateException |
---|
This method was deprecated in API level 16.
in API 16 Creates ProgramVertex from the current state of the builder