summaryrefslogtreecommitdiff
path: root/libs/rs/rsComponent.h
diff options
context:
space:
mode:
author Jason Sams <rjsams@android.com> 2009-08-09 17:01:55 -0700
committer Jason Sams <rjsams@android.com> 2009-08-09 17:05:13 -0700
commit1bada8cd6e4f340de93cff4a2439835fc3b1456c (patch)
treebdc1ed59f9b9ef531bca7220550a025a89ca4173 /libs/rs/rsComponent.h
parent467f3df13dc9324b35c139bd6d291265015ba4d3 (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.h2
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;