Add support for more vector types to RS.

Change-Id: If1bc34ef6670b6b5de3c1b6b3b3325637b8c7b43
This commit is contained in:
Stephen Hines
2011-06-01 14:38:10 -07:00
parent fe6dfd504b
commit 836c4a58a7
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;