diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 14:41:07 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 15:22:41 -0600 |
| commit | 4bda45ce4e8b509eb0da786a6044006942ac259c (patch) | |
| tree | a51eb808016e1710a4bbd537000a493250602944 /PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html | |
| parent | Update README.md (diff) | |
| parent | PhysX 3.4.1, APEX 1.4.1 Release @23131702 (diff) | |
| download | physx-3.4-4bda45ce4e8b509eb0da786a6044006942ac259c.tar.xz physx-3.4-4bda45ce4e8b509eb0da786a6044006942ac259c.zip | |
Merge branch 'master'
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html')
| -rw-r--r-- | PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html index 42626226..370d25f9 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html @@ -69,7 +69,7 @@ <a name="l00070"></a>00070 <span class="keywordflow">return</span> physx::intrinsics::memSet(dest, c, count); <a name="l00071"></a>00071 } <a name="l00072"></a>00072 -<a name="l00084"></a><a class="code" href="group__foundation.html#g7c7b1457c85506999cd4b11ade180221">00084</a> <a class="code" href="group__foundation.html#g6a774eed3cad34b0f636332a3d28c6bb">PX_FORCE_INLINE</a> <span class="keywordtype">void</span>* <a class="code" href="group__foundation.html#g7c7b1457c85506999cd4b11ade180221" title="Copies the bytes of one memory block to another. The memory blocks must not overlap...">PxMemCopy</a>(<span class="keywordtype">void</span>* <a class="code" href="group__foundation.html#g3b15bb2f7697b2bed10eb5477909fbe4">PX_RESTRICT</a> dest, <span class="keyword">const</span> <span class="keywordtype">void</span>* <a class="code" href="group__foundation.html#g3b15bb2f7697b2bed10eb5477909fbe4">PX_RESTRICT</a> src, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> count) +<a name="l00084"></a><a class="code" href="group__foundation.html#g939562c42c614caac1aaba467f77d510">00084</a> <a class="code" href="group__foundation.html#g6a774eed3cad34b0f636332a3d28c6bb">PX_FORCE_INLINE</a> <span class="keywordtype">void</span>* <a class="code" href="group__foundation.html#g939562c42c614caac1aaba467f77d510" title="Copies the bytes of one memory block to another. The memory blocks must not overlap...">PxMemCopy</a>(<span class="keywordtype">void</span>* dest, <span class="keyword">const</span> <span class="keywordtype">void</span>* src, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> count) <a name="l00085"></a>00085 { <a name="l00086"></a>00086 <span class="keywordflow">return</span> physx::intrinsics::memCopy(dest, src, count); <a name="l00087"></a>00087 } |