summaryrefslogtreecommitdiff
path: root/rsProgram.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-08-25 11:34:49 -0700
committerJason Sams <rjsams@android.com>2009-08-25 11:44:30 -0700
commitafcb25c65e8145d15aaf50a0ca38333954a97000 (patch)
treecde38a0b146b55928647db9d609e440986143b81 /rsProgram.h
parentebb52f16d9c06b6ff64574110b62eced58b66219 (diff)
downloadrs-afcb25c65e8145d15aaf50a0ca38333954a97000.tar.gz
Add support for selecting the color bit depth and if the application used a depth buffer.
Diffstat (limited to 'rsProgram.h')
-rw-r--r--rsProgram.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/rsProgram.h b/rsProgram.h
index 251072fb..bb3d9ac3 100644
--- a/rsProgram.h
+++ b/rsProgram.h
@@ -32,11 +32,7 @@ public:
Program(Element *in, Element *out);
virtual ~Program();
-
void bindAllocation(Allocation *);
-
- virtual void setupGL();
-
void checkUpdatedAllocation(const Allocation *);
protected: