commit | eeeaccc89971268a0cc63ac0ae0868b5c003c9a9 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Fri Jun 25 12:45:41 2010 -0700 |
committer | Jason Sams <rjsams@android.com> | Fri Jun 25 12:45:41 2010 -0700 |
tree | c1325893e4dc15acb4db01e21c1b0d7589150a34 | |
parent | 6495128049975815e46081874b8ede8efddad2f4 [diff] [blame] |
Add support for non-VBO drawing in Meshes. Change-Id: Ic4dd88cbe591091ebe740babe30213c15ad60cb3
diff --git a/libs/rs/rsAllocation.h b/libs/rs/rsAllocation.h index a408a57..8273165 100644 --- a/libs/rs/rsAllocation.h +++ b/libs/rs/rsAllocation.h
@@ -78,6 +78,9 @@ virtual void uploadCheck(const Context *rsc); + bool getIsTexture() const {return mIsTexture;} + bool getIsBufferObject() const {return mIsVertexBuffer;} + protected: void sendDirty() const;