diff options
Diffstat (limited to 'libs/rs/rs.spec')
-rw-r--r-- | libs/rs/rs.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index 97ecca0..14094c4 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec @@ -77,10 +77,16 @@ ElementCreate2 { ret RsElement } -AllocationUpdateFromBitmap { +AllocationCopyFromBitmap { param RsAllocation alloc - param RsElement srcFmt param const void * data + param size_t dataLen + } + +AllocationCopyToBitmap { + param RsAllocation alloc + param void * data + param size_t dataLen } AllocationCreateBitmapRef { |