aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html
diff options
context:
space:
mode:
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.html2
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 1e2035ba..f40b81ff 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#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="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="l00085"></a>00085 {
<a name="l00086"></a>00086 <span class="keywordflow">return</span> physx::intrinsics::memCopy(dest, src, count);
<a name="l00087"></a>00087 }