diff options
| author | sschirm <[email protected]> | 2016-12-23 14:20:36 +0100 |
|---|---|---|
| committer | sschirm <[email protected]> | 2016-12-23 14:56:17 +0100 |
| commit | ef6937e69e8ee3f409cf9d460d5ad300a65d5924 (patch) | |
| tree | 710426e8daa605551ce3f34b581897011101c30f /PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html | |
| parent | Initial commit: (diff) | |
| download | physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.tar.xz physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.zip | |
PhysX 3.4 / APEX 1.4 release candidate @21506124
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 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 } |