| java.lang.Object | ||||
| ↳ | android.renderscript.BaseObj | |||
| ↳ | android.renderscript.Program | |||
| ↳ | android.renderscript.ProgramVertex | |||
| ↳ | android.renderscript.ProgramVertexFixedFunction | |||
This class is deprecated.
in API 16
ProgramVertexFixedFunction is a helper class that provides a
simple way to create a fixed function emulation vertex shader
without writing any GLSL code.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ProgramVertexFixedFunction.Builder | This class is deprecated. in API 16 | ||||||||||
| ProgramVertexFixedFunction.Constants | This class is deprecated. in API 16 Helper class to store modelview, projection and texture matrices for ProgramVertexFixedFunction | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
in API 16
Binds the constant buffer containing fixed function emulation
matrices
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.renderscript.ProgramVertex
| |||||||||||
From class
android.renderscript.Program
| |||||||||||
From class
android.renderscript.BaseObj
| |||||||||||
From class
java.lang.Object
| |||||||||||
This method is deprecated.
in API 16
Binds the constant buffer containing fixed function emulation
matrices
| va | allocation containing fixed function matrices |
|---|