Docs plus removing some junk per API review.

Change-Id: I45f995b656754550be68c78e467071d6e59b348f
This commit is contained in:
Alex Sakhartchouk
2011-01-13 14:53:43 -08:00
parent a3cdaa5337
commit f5c876e82d
12 changed files with 109 additions and 168 deletions

View File

@ -194,7 +194,7 @@ public class ProgramFragmentFixedFunction extends ProgramFragment {
/**
* Creates a builder for fixed function fragment program
*
* @param rs
* @param rs Context to which the program will belong.
*/
public Builder(RenderScript rs) {
mRS = rs;