clean up and add javadocs

Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8
This commit is contained in:
Robert Ly
2011-02-09 13:57:06 -08:00
parent 3f41d8f5ee
commit 11518acc8c
33 changed files with 246 additions and 95 deletions

View File

@ -22,13 +22,11 @@ import android.util.Log;
/**
* ProgramFragmentFixedFunction is a helper class that provides
* <p>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 vertex shader, or combinations of the above
* blended with results of up to two texture lookups.
* 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.</p
*
**/
public class ProgramFragmentFixedFunction extends ProgramFragment {