No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | ||||
| ↳ | android.renderscript.BaseObj | |||
| ↳ | android.renderscript.Program | |||
| ↳ | android.renderscript.ProgramVertex | |||
| ↳ | android.renderscript.ProgramVertexFixedFunction | |||
This class was deprecated in API level 16.
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 was deprecated in API level 16. in API 16 | |||||||||
|
|
ProgramVertexFixedFunction.Constants | This class was deprecated in API level 16. in API 16 Helper class to store modelview, projection and texture matrices for ProgramVertexFixedFunction | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
This method was deprecated in API level 16. 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 was deprecated in API level 16.
in API 16 Binds the constant buffer containing fixed function emulation matrices
| va | allocation containing fixed function matrices |
|---|