summaryrefslogtreecommitdiff
path: root/driver/rsdVertexArray.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-05-06 14:59:45 -0700
committerAlex Sakhartchouk <alexst@google.com>2011-05-06 14:59:45 -0700
commitc19ff0177a7a0dadfc01b1990f822354fdc95991 (patch)
tree1e10957941dded2cd689e07c33f953e86f088e33 /driver/rsdVertexArray.h
parent7f126c78a107257090c6675ea40ffac41516a9dc (diff)
downloadrs-c19ff0177a7a0dadfc01b1990f822354fdc95991.tar.gz
rsLib cleanup
Change-Id: Ifb66059338e3435ac79435296a650c44699921aa
Diffstat (limited to 'driver/rsdVertexArray.h')
-rw-r--r--driver/rsdVertexArray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/rsdVertexArray.h b/driver/rsdVertexArray.h
index 925a6aeb..3e807a30 100644
--- a/driver/rsdVertexArray.h
+++ b/driver/rsdVertexArray.h
@@ -49,7 +49,7 @@ public:
RsdVertexArray(const Attrib *attribs, uint32_t numAttribs);
virtual ~RsdVertexArray();
- void setupGL2(const android::renderscript::Context *rsc) const;
+ void setup(const android::renderscript::Context *rsc) const;
void logAttrib(uint32_t idx, uint32_t slot) const;
protected: