summaryrefslogtreecommitdiffstats
path: root/rsProgramVertex.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2010-06-04 10:06:50 -0700
committerAlex Sakhartchouk <alexst@google.com>2010-06-04 10:06:50 -0700
commitb825f67adb5d1e1751fe108e6dbf9c6f2555c283 (patch)
tree654cae2dc222f2249c9aab4f6b9d054f904e37da /rsProgramVertex.h
parent976e2830d50c6dae3b55eac1d7e5fe7243cbdc0f (diff)
downloadandroid_frameworks_rs-b825f67adb5d1e1751fe108e6dbf9c6f2555c283.tar.gz
android_frameworks_rs-b825f67adb5d1e1751fe108e6dbf9c6f2555c283.tar.bz2
android_frameworks_rs-b825f67adb5d1e1751fe108e6dbf9c6f2555c283.zip
Creating the jni and java layer to integrate a3d
Change-Id: I438359633bae59bf9188cd2c4664a92ca16c5f37
Diffstat (limited to 'rsProgramVertex.h')
-rw-r--r--rsProgramVertex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsProgramVertex.h b/rsProgramVertex.h
index 734fabdd..cb93eaff 100644
--- a/rsProgramVertex.h
+++ b/rsProgramVertex.h
@@ -53,7 +53,7 @@ public:
virtual void init(Context *);
virtual void serialize(OStream *stream) const;
- virtual A3DClassID getClassId() const { return A3D_CLASS_ID_PROGRAM_VERTEX; }
+ virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_VERTEX; }
static ProgramVertex *createFromStream(Context *rsc, IStream *stream);
protected: