Add RS support for generic attribs as input to vertex programs.
diff --git a/rsComponent.h b/rsComponent.h
index c122c8e..71de324 100644
--- a/rsComponent.h
+++ b/rsComponent.h
@@ -36,6 +36,7 @@
     uint32_t getGLType() const;
     uint32_t getGLFormat() const;
     String8 getCType() const;
+    String8 getGLSLType() const;
     void dumpLOGV(const char *prefix) const;