public class

ProgramVertexFixedFunction

extends ProgramVertex
java.lang.Object
   ↳ android.renderscript.BaseObj
     ↳ android.renderscript.Program
       ↳ android.renderscript.ProgramVertex
         ↳ android.renderscript.ProgramVertexFixedFunction

Class Overview

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  
class ProgramVertexFixedFunction.Constants Helper class to store modelview, projection and texture matrices for ProgramVertexFixedFunction  
Public Methods
void bindConstants(ProgramVertexFixedFunction.Constants va)
Binds the constant buffer containing fixed function emulation matrices
[Expand]
Inherited Methods
From class android.renderscript.Program
From class android.renderscript.BaseObj
From class java.lang.Object

Public Methods

public void bindConstants (ProgramVertexFixedFunction.Constants va)

Since: API Level 11

Binds the constant buffer containing fixed function emulation matrices

Parameters
va allocation containing fixed function matrices