summaryrefslogtreecommitdiff
path: root/scriptc/rs_object_info.rsh
diff options
context:
space:
mode:
Diffstat (limited to 'scriptc/rs_object_info.rsh')
-rw-r--r--scriptc/rs_object_info.rsh6
1 files changed, 5 insertions, 1 deletions
diff --git a/scriptc/rs_object_info.rsh b/scriptc/rs_object_info.rsh
index 4305f2af..d4c40fee 100644
--- a/scriptc/rs_object_info.rsh
+++ b/scriptc/rs_object_info.rsh
@@ -373,7 +373,11 @@ extern uint32_t __attribute__((overloadable))
* Returns the Allocation for a given pointer. The pointer should point within a valid
* allocation. The results are undefined if the pointer is not from a valid Allocation.
*/
-extern rs_allocation __attribute__((overloadable))
+extern rs_allocation __attribute__((overloadable
+#if (defined(RS_VERSION) && (RS_VERSION >= 22))
+, deprecated("This function is deprecated and will be removed from the SDK in a future release.")
+#endif
+))
rsGetAllocation(const void* p);
/*