summaryrefslogtreecommitdiff
path: root/rsComponent.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-08-09 17:01:55 -0700
committerJason Sams <rjsams@android.com>2009-08-09 17:05:13 -0700
commite5ffb879ae535a899a486285a23bea05e912480f (patch)
treefd757a99de2046b5a9e1cdac42e1ac423213fc30 /rsComponent.h
parentfcc1c2b80419aca3db34e1ce4622a12caf07cf45 (diff)
downloadrs-e5ffb879ae535a899a486285a23bea05e912480f.tar.gz
Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking.
Diffstat (limited to 'rsComponent.h')
-rw-r--r--rsComponent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rsComponent.h b/rsComponent.h
index e1b05850..9db107fc 100644
--- a/rsComponent.h
+++ b/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;