diff options
Diffstat (limited to 'libs/rs/RenderScript.h')
-rw-r--r-- | libs/rs/RenderScript.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h index da8edbe01dea..e63cc9b9ebaf 100644 --- a/libs/rs/RenderScript.h +++ b/libs/rs/RenderScript.h @@ -27,6 +27,8 @@ extern "C" { ////////////////////////////////////////////////////// // +typedef void * RsAsyncVoidPtr; + typedef void * RsAdapter1D; typedef void * RsAdapter2D; typedef void * RsAllocation; @@ -285,6 +287,11 @@ typedef struct { } RsScriptCall; +// Async commands for returning new IDS +void * rsaTypeCreate(RsContext, RsElement, uint32_t dimCount, + const RsDimension *dims, const uint32_t *vals); + + #ifndef NO_RS_FUNCS #include "rsgApiFuncDecl.h" #endif |