diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 11:35:52 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 11:35:52 -0600 |
| commit | 3cc1861221d761b7f0301b9b61de4e1aa18c09f4 (patch) | |
| tree | a51eb808016e1710a4bbd537000a493250602944 /PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html | |
| parent | PhysX 3.4.1, APEX 1.4.1 Release @22845541 (diff) | |
| download | physx-3.4-3cc1861221d761b7f0301b9b61de4e1aa18c09f4.tar.xz physx-3.4-3cc1861221d761b7f0301b9b61de4e1aa18c09f4.zip | |
PhysX 3.4.1, APEX 1.4.1 Release @23131702
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html')
| -rw-r--r-- | PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html | 4 |
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 * </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"> </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 * </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 * </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"> </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"> </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 * </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"> </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> |