diff options
Diffstat (limited to 'libs/rs/rs.spec')
-rw-r--r-- | libs/rs/rs.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index cf4a391..b373056 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec @@ -69,6 +69,12 @@ AllocationGetSurfaceTextureID { ret int32_t } +AllocationGetSurfaceTextureID2 { + param RsAllocation alloc + param void *st + sync +} + AllocationSetSurface { param RsAllocation alloc param RsNativeWindow sur |