diff options
author | 2009-08-09 17:01:55 -0700 | |
---|---|---|
committer | 2009-08-09 17:05:13 -0700 | |
commit | 1bada8cd6e4f340de93cff4a2439835fc3b1456c (patch) | |
tree | bdc1ed59f9b9ef531bca7220550a025a89ca4173 /libs/rs/rsComponent.h | |
parent | 467f3df13dc9324b35c139bd6d291265015ba4d3 (diff) |
Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking.
Diffstat (limited to 'libs/rs/rsComponent.h')
-rw-r--r-- | libs/rs/rsComponent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/rsComponent.h b/libs/rs/rsComponent.h index e1b05850cb85..9db107fcaf59 100644 --- a/libs/rs/rsComponent.h +++ b/libs/rs/rsComponent.h @@ -52,6 +52,8 @@ public: DataKind getKind() const {return mKind;} uint32_t getBits() const {return mBits;} + uint32_t getGLType() const; + protected: DataType mType; |