to top
Android APIs
public class

ProgramFragmentFixedFunction

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

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

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 This class was deprecated in API level 16. in API 16  
[Expand]
Inherited Methods
From class android.renderscript.Program
From class android.renderscript.BaseObj
From class java.lang.Object