summaryrefslogtreecommitdiff
path: root/rsSampler.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 /rsSampler.h
parent976e2830d50c6dae3b55eac1d7e5fe7243cbdc0f (diff)
downloadrs-b825f67adb5d1e1751fe108e6dbf9c6f2555c283.tar.gz
Creating the jni and java layer to integrate a3d
Change-Id: I438359633bae59bf9188cd2c4664a92ca16c5f37
Diffstat (limited to 'rsSampler.h')
-rw-r--r--rsSampler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsSampler.h b/rsSampler.h
index 17421114..3786439c 100644
--- a/rsSampler.h
+++ b/rsSampler.h
@@ -45,9 +45,9 @@ public:
void bindToContext(SamplerState *, uint32_t slot);
void unbindFromContext(SamplerState *);
-
+
virtual void serialize(OStream *stream) const;
- virtual A3DClassID getClassId() const { return A3D_CLASS_ID_SAMPLER; }
+ virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_SAMPLER; }
static Sampler *createFromStream(Context *rsc, IStream *stream);
protected: