commit | 64676f3c21a07d650069315572811570cbf8f728 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Wed Jul 08 18:01:53 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Fri Jul 10 17:32:59 2009 -0700 |
tree | cb644e9e9ea740f5193ceeb445a426f34d107fc2 | |
parent | 48e61cf545c59dd269a4831e52803d132c0ca09a [diff] [blame] |
1st cut of a3d file loader.
diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h index 5f551df..855ea63 100644 --- a/libs/rs/RenderScript.h +++ b/libs/rs/RenderScript.h
@@ -33,6 +33,7 @@ typedef void * RsContext; typedef void * RsDevice; typedef void * RsElement; +typedef void * RsFile; typedef void * RsSampler; typedef void * RsScript; typedef void * RsScriptBasicTemp;