diff options
Diffstat (limited to 'libs/rs/rs.spec')
-rw-r--r-- | libs/rs/rs.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index e275f27..cb4dd00 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec @@ -130,6 +130,9 @@ AllocationUploadToBufferObject { AllocationData { param RsAllocation va param const void * data + param uint32_t bytes + handcodeApi + togglePlay } Allocation1DSubData { @@ -137,6 +140,9 @@ Allocation1DSubData { param uint32_t xoff param uint32_t count param const void *data + param uint32_t bytes + handcodeApi + togglePlay } Allocation2DSubData { @@ -146,6 +152,7 @@ Allocation2DSubData { param uint32_t w param uint32_t h param const void *data + param uint32_t bytes } AllocationRead { |