From ef6937e69e8ee3f409cf9d460d5ad300a65d5924 Mon Sep 17 00:00:00 2001 From: sschirm Date: Fri, 23 Dec 2016 14:20:36 +0100 Subject: PhysX 3.4 / APEX 1.4 release candidate @21506124 --- PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html | 6 +++--- 1 file changed, 3 insertions(+), 3 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 d1284ff2..dab2984f 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h.html @@ -38,7 +38,7 @@ This graph shows which files directly or indirectly include this file:

-PxSimulationEventCallback.hPxVehicleComponents.hPxVehicleUpdate.hPxPhysicsAPI.hPxVehicleDrive.hPxVehicleDrive4W.hPxVehicleDriveTank.hPxVehicleDriveNW.hPxVehicleWheels.hPxVehicleNoDrive.hPxVehicleUtilControl.h +PxCoreUtilityTypes.hPxVehicleComponents.hPxSimulationEventCallback.hPxVehicleUpdate.hPxConvexMeshGeometry.hPxPhysicsAPI.hPxTriangleMeshGeometry.hPxHeightFieldGeometry.hPxHeightFieldDesc.hPxSimpleTriangleMesh.hPxConvexMeshDesc.hPxGeometryHelpers.hPxMassProperties.hPxShape.hPxVolumeCache.hPxRigidActor.hPxShapeExt.hPxBatchQuery.hPxContactModifyCallback.hPxPhysics.hPxRigidBody.hPxRigidStatic.hPxJoint.hPxRigidActorExt.hPxArticulationLink.hPxRigidDynamic.hPxRigidBodyExt.hPxVehicleWheels.hPxVehicleDrive.hPxVehicleDrive4W.hPxVehicleDriveTank.hPxVehicleDriveNW.hPxVehicleNoDrive.hPxVehicleUtilControl.hPxExtensionsAPI.hPxDistanceJoint.hPxFixedJoint.hPxJointLimit.hPxPrismaticJoint.hPxTriangleMeshDesc.hPxClothMeshDesc.hPxCooking.hPxSerialization.hPxRepXSimpleType.hPxRepXSerializer.hPxJointRepXSerializer.hPxClothFabricCooker.hPxClothMeshQuadifier.hPxClothTetherCooker.h

@@ -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 *dest, const void *src, PxU32 count) +PX_FORCE_INLINE void * PxMemCopy (void *PX_RESTRICT dest, const void *PX_RESTRICT 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