to top
Android APIs
Added in API level 11
Deprecated since API level 16
public static class

ProgramVertexFixedFunction.Builder

extends Object
java.lang.Object
   ↳ android.renderscript.ProgramVertexFixedFunction.Builder

This class was deprecated in API level 16.
in API 16

Summary

Public Constructors
ProgramVertexFixedFunction.Builder(RenderScript rs)
This constructor was deprecated in API level 16. in API 16 Creates a builder for fixed function vertex program
Public Methods
ProgramVertexFixedFunction create()
This method was deprecated in API level 16. in API 16 Creates ProgramVertexFixedFunction from the current state of the builder
ProgramVertexFixedFunction.Builder setTextureMatrixEnable(boolean enable)
This method was deprecated in API level 16. in API 16 Specifies whether texture matrix calculations are to be added to the shader
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ProgramVertexFixedFunction.Builder (RenderScript rs)

Added in API level 11

This constructor was deprecated in API level 16.
in API 16 Creates a builder for fixed function vertex program

Parameters
rs Context to which the program will belong.

Public Methods

public ProgramVertexFixedFunction create ()

Added in API level 11

This method was deprecated in API level 16.
in API 16 Creates ProgramVertexFixedFunction from the current state of the builder

Returns
  • Fixed function emulation ProgramVertex

public ProgramVertexFixedFunction.Builder setTextureMatrixEnable (boolean enable)

Added in API level 11

This method was deprecated in API level 16.
in API 16 Specifies whether texture matrix calculations are to be added to the shader