summaryrefslogtreecommitdiff
path: root/rs.h
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2013-09-09 16:12:51 -0700
committerTim Murray <timmurray@google.com>2013-09-09 16:17:29 -0700
commit84e3dea053bea25c1cec44ffb298f8b5b9b9141a (patch)
tree6de4ffac2b59292f7a538593e348380f0700814d /rs.h
parenteeaf7142d7e06efb3e0ddc7ef542884ab1d527dc (diff)
downloadrs-84e3dea053bea25c1cec44ffb298f8b5b9b9141a.tar.gz
Add flags word to context initialization.
bug 10427951 Change-Id: If3b9337712bd16655de4a42ccf829bbcd9e01b6e
Diffstat (limited to 'rs.h')
-rw-r--r--rs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rs.h b/rs.h
index 8a0761a2..566d9eaf 100644
--- a/rs.h
+++ b/rs.h
@@ -55,7 +55,7 @@ extern "C" {
void rsDeviceDestroy(RsDevice dev);
void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value);
RsContext rsContextCreate(RsDevice dev, uint32_t version, uint32_t sdkVersion,
- RsContextType ct, bool forceCpu, bool synchronous);
+ RsContextType ct, uint32_t flags);
}
#include "rsgApiFuncDecl.h"