commit | fbf0b9ecda03fbdbd4ebabfd18da09a789686249 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Aug 13 12:59:04 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Thu Aug 13 12:59:04 2009 -0700 |
tree | 6c321ebb1d011aae9961ed7c046645028b05da86 | |
parent | 1b52aae4d908fcf749e9a8d86bb0a33c70728c56 [diff] [blame] |
Implement named slots and convert script.addType to script.setType to remove ordering restrictions.
diff --git a/libs/rs/rsComponent.h b/libs/rs/rsComponent.h index 5ee95c7..6342f1b 100644 --- a/libs/rs/rsComponent.h +++ b/libs/rs/rsComponent.h
@@ -53,6 +53,7 @@ uint32_t getBits() const {return mBits;} uint32_t getGLType() const; + const char * getCType() const; const char * getComponentName() const {return mName.string();}