aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html')
-rw-r--r--PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html
index 9bba4cab..4217dd76 100644
--- a/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html
+++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html
@@ -51,9 +51,9 @@ This graph shows which files directly or indirectly include this file:</div>
<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_FORCE_INLINE void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__foundation.html#g3b7937d1226ad04a370386837b538fe5">PxMemSet</a> (void *dest, PxI32 c, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> count)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the bytes of the provided buffer to the specified value. <a href="group__foundation.html#g3b7937d1226ad04a370386837b538fe5"></a><br></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_FORCE_INLINE void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__foundation.html#g7c7b1457c85506999cd4b11ade180221">PxMemCopy</a> (void *PX_RESTRICT dest, const void *PX_RESTRICT src, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> count)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_FORCE_INLINE void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__foundation.html#g939562c42c614caac1aaba467f77d510">PxMemCopy</a> (void *dest, const void *src, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> count)</td></tr>
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Copies the bytes of one memory block to another. The memory blocks must not overlap. <a href="group__foundation.html#g7c7b1457c85506999cd4b11ade180221"></a><br></td></tr>
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Copies the bytes of one memory block to another. The memory blocks must not overlap. <a href="group__foundation.html#g939562c42c614caac1aaba467f77d510"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_FORCE_INLINE void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__foundation.html#g6c2e80e9cab7b72710ac62e537ad60df">PxMemMove</a> (void *dest, const void *src, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> count)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Copies the bytes of one memory block to another. The memory blocks can overlap. <a href="group__foundation.html#g6c2e80e9cab7b72710ac62e537ad60df"></a><br></td></tr>