summaryrefslogtreecommitdiffstats
path: root/rsProgram.cpp
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.cpp
parentebb52f16d9c06b6ff64574110b62eced58b66219 (diff)
downloadandroid_frameworks_rs-afcb25c65e8145d15aaf50a0ca38333954a97000.tar.gz
android_frameworks_rs-afcb25c65e8145d15aaf50a0ca38333954a97000.tar.bz2
android_frameworks_rs-afcb25c65e8145d15aaf50a0ca38333954a97000.zip
Add support for selecting the color bit depth and if the application used a depth buffer.
Diffstat (limited to 'rsProgram.cpp')
-rw-r--r--rsProgram.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/rsProgram.cpp b/rsProgram.cpp
index 6606daaa..18eacfb3 100644
--- a/rsProgram.cpp
+++ b/rsProgram.cpp
@@ -47,9 +47,3 @@ void Program::checkUpdatedAllocation(const Allocation *alloc)
}
}
-void Program::setupGL()
-{
-
-}
-
-