Merge "Add support for more vector types to RS."

This commit is contained in:
Stephen Hines
2011-06-20 12:00:50 -07:00
committed by Android (Google) Code Review
4 changed files with 244 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ public class Allocation extends BaseObj {
/**
* GRAPHICS_TEXTURE The allcation will be used as a texture
* source by one or more graphcics programs.
* source by one or more graphics programs.
*
*/
public static final int USAGE_GRAPHICS_TEXTURE = 0x0002;