diff options
Diffstat (limited to 'cpp/RenderScript.cpp')
| -rw-r--r-- | cpp/RenderScript.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/RenderScript.cpp b/cpp/RenderScript.cpp index 5ee30603..ecc76c86 100644 --- a/cpp/RenderScript.cpp +++ b/cpp/RenderScript.cpp @@ -75,6 +75,10 @@ RS::~RS() { } } +bool RS::init(const char * name, uint32_t flags) { + return RS::init(name, flags, 0); +} + // This will only open API 19+ libRS, because that's when // we changed libRS to extern "C" entry points. static bool loadSO(const char* filename, int targetApi) { |
