public static class

ProgramVertexFixedFunction.Builder

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

Summary

Public Constructors
ProgramVertexFixedFunction.Builder(RenderScript rs)
Creates a builder for fixed function vertex program
Public Methods
ProgramVertexFixedFunction create()
Creates ProgramVertexFixedFunction from the current state of the builder
ProgramVertexFixedFunction.Builder setTextureMatrixEnable(boolean enable)
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)

Since: API Level 11

Creates a builder for fixed function vertex program

Parameters
rs Context to which the program will belong.

Public Methods

public ProgramVertexFixedFunction create ()

Since: API Level 11

Creates ProgramVertexFixedFunction from the current state of the builder

Returns
  • Fixed function emulation ProgramVertex

public ProgramVertexFixedFunction.Builder setTextureMatrixEnable (boolean enable)

Since: API Level 11

Specifies whether texture matrix calculations are to be added to the shader