diff options
| author | Jason Sams <rjsams@android.com> | 2009-08-25 11:34:49 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-08-25 11:44:30 -0700 |
| commit | afcb25c65e8145d15aaf50a0ca38333954a97000 (patch) | |
| tree | cde38a0b146b55928647db9d609e440986143b81 /rsProgram.cpp | |
| parent | ebb52f16d9c06b6ff64574110b62eced58b66219 (diff) | |
| download | android_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.cpp | 6 |
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() -{ - -} - - |
