From 3cc1861221d761b7f0301b9b61de4e1aa18c09f4 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Mon, 20 Nov 2017 11:35:52 -0600 Subject: PhysX 3.4.1, APEX 1.4.1 Release @23131702 --- PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html') 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: PX_FORCE_INLINE void * PxMemSet (void *dest, PxI32 c, PxU32 count)  Sets the bytes of the provided buffer to the specified value.
-PX_FORCE_INLINE void * PxMemCopy (void *PX_RESTRICT dest, const void *PX_RESTRICT src, PxU32 count) +PX_FORCE_INLINE void * PxMemCopy (void *dest, const void *src, PxU32 count) - Copies the bytes of one memory block to another. The memory blocks must not overlap.
+ Copies the bytes of one memory block to another. The memory blocks must not overlap.
PX_FORCE_INLINE void * PxMemMove (void *dest, const void *src, PxU32 count)  Copies the bytes of one memory block to another. The memory blocks can overlap.
-- cgit v1.2.3