to top
Android APIs
public class

ProgramVertexFixedFunction

extends ProgramVertex
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.

Summary

Nested Classes
class ProgramVertexFixedFunction.Builder This class was deprecated in API level 16. in API 16  
class 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
void bindConstants(ProgramVertexFixedFunction.Constants va)
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

Public Methods

public void bindConstants (ProgramVertexFixedFunction.Constants va)

Added in API level 11

This method was deprecated in API level 16.
in API 16 Binds the constant buffer containing fixed function emulation matrices

Parameters
va allocation containing fixed function matrices