public class

ProgramFragmentFixedFunction

extends ProgramFragment
java.lang.Object
   ↳ android.renderscript.BaseObj
     ↳ android.renderscript.Program
       ↳ android.renderscript.ProgramFragment
         ↳ android.renderscript.ProgramFragmentFixedFunction

Class Overview

ProgramFragmentFixedFunction is a helper class that provides a way to make a simple fragment shader without writing any GLSL code. This class allows for display of constant color, interpolated color from the vertex shader, or combinations of the both blended with results of up to two texture lookups.

Summary

Nested Classes
class ProgramFragmentFixedFunction.Builder  
[Expand]
Inherited Methods
From class android.renderscript.Program
From class android.renderscript.BaseObj
From class java.lang.Object