commit | f15ed0124ea7f7f87e4188a1dd15cc4917a62ee9 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Mon Oct 31 13:23:43 2011 -0700 |
committer | Jason Sams <jsams@google.com> | Thu Nov 10 15:19:16 2011 -0800 |
tree | 3331398ede5e59c2c74905eb82cbe2b59c92b3c9 | |
parent | 137266978bc08cbd147ad46c23aa26a7fe64f0f7 [diff] [blame] |
Path rendering Change-Id: I5379a676c9ec6a9b25f21bc1e050053f27e411dd
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index 20b1f52..31487f2 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec
@@ -388,3 +388,13 @@ param uint32_t *primType ret RsMesh } + +PathCreate { + param RsPathPrimitive pp + param bool isStatic + param RsAllocation vertex + param RsAllocation loops + param float quality + ret RsPath + } +