FileDocCategorySizeDatePackage
ProgramFragmentFixedFunction.javaAPI DocAndroid 5.1 API10897Thu Mar 12 22:22:42 GMT 2015android.renderscript

ProgramFragmentFixedFunction

public class ProgramFragmentFixedFunction extends ProgramFragment
hide
deprecated
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.

Fields Summary
Constructors Summary
ProgramFragmentFixedFunction(long id, RenderScript rs)

        super(id, rs);
    
Methods Summary