summaryrefslogtreecommitdiffstats
path: root/libs/rs/RenderScript.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
commitb13ada5071f55c96054c47bbd88d8801cd2c0f15 (patch)
tree652b6ca78a53aafaa7c6c3ceb7229a3d6aab43db /libs/rs/RenderScript.h
parentdbade9d6a075b1d5b8ebe10ee8961a5de296c93b (diff)
downloadframeworks_base-b13ada5071f55c96054c47bbd88d8801cd2c0f15.zip
frameworks_base-b13ada5071f55c96054c47bbd88d8801cd2c0f15.tar.gz
frameworks_base-b13ada5071f55c96054c47bbd88d8801cd2c0f15.tar.bz2
Add support for selecting the color bit depth and if the application used a depth buffer.
Diffstat (limited to 'libs/rs/RenderScript.h')
-rw-r--r--libs/rs/RenderScript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h
index 2f60c9f..1e24cd2 100644
--- a/libs/rs/RenderScript.h
+++ b/libs/rs/RenderScript.h
@@ -49,7 +49,7 @@ typedef void * RsProgramFragmentStore;
RsDevice rsDeviceCreate();
void rsDeviceDestroy(RsDevice);
-RsContext rsContextCreate(RsDevice, void *, uint32_t version);
+RsContext rsContextCreate(RsDevice, void *, uint32_t version, bool useDepth);
void rsContextDestroy(RsContext);
void rsObjDestroyOOB(RsContext, void *);