summaryrefslogtreecommitdiff
path: root/rsComponent.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-01-04 16:52:27 -0800
committerJason Sams <rjsams@android.com>2010-01-04 16:52:27 -0800
commitb4d3568f68b1ae97e2a82061cccf220f8e93cd94 (patch)
treec5fe66a5c055e4bf2fb35559ec10ca854ae50cdd /rsComponent.h
parent0c0ccb01874f41e2028de017ec0d90fb66dbb079 (diff)
downloadrs-b4d3568f68b1ae97e2a82061cccf220f8e93cd94.tar.gz
Add RS support for generic attribs as input to vertex programs.
Diffstat (limited to 'rsComponent.h')
-rw-r--r--rsComponent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsComponent.h b/rsComponent.h
index c122c8e0..71de3243 100644
--- a/rsComponent.h
+++ b/rsComponent.h
@@ -36,6 +36,7 @@ public:
uint32_t getGLType() const;
uint32_t getGLFormat() const;
String8 getCType() const;
+ String8 getGLSLType() const;
void dumpLOGV(const char *prefix) const;