From 11518acc8c416023d8c2192b441a1767205676d9 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Wed, 9 Feb 2011 13:57:06 -0800 Subject: clean up and add javadocs Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8 --- .../android/renderscript/ProgramFragmentFixedFunction.java | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'graphics/java/android/renderscript/ProgramFragmentFixedFunction.java') diff --git a/graphics/java/android/renderscript/ProgramFragmentFixedFunction.java b/graphics/java/android/renderscript/ProgramFragmentFixedFunction.java index 666a3e66c3a2..f99cd7b1d984 100644 --- a/graphics/java/android/renderscript/ProgramFragmentFixedFunction.java +++ b/graphics/java/android/renderscript/ProgramFragmentFixedFunction.java @@ -22,13 +22,11 @@ import android.util.Log; /** - * ProgramFragmentFixedFunction is a helper class that provides + *

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.