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/Include/collision/PxCollisionDefs.h | |
| 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/Include/collision/PxCollisionDefs.h')
| -rw-r--r-- | PhysX_3.4/Include/collision/PxCollisionDefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Include/collision/PxCollisionDefs.h b/PhysX_3.4/Include/collision/PxCollisionDefs.h index a15fa033..ae33d346 100644 --- a/PhysX_3.4/Include/collision/PxCollisionDefs.h +++ b/PhysX_3.4/Include/collision/PxCollisionDefs.h @@ -70,7 +70,7 @@ namespace physx for a given pair to improve contact generation performance. It is the application's responsibility to release this memory appropriately. If the memory is released, the application must ensure that this memory is no longer referenced by any PxCache objects passed to PxGenerateContacts. \param byteSize The size of the allocation in bytes - \return the newly-allocated memory + \return the newly-allocated memory. The returned address must be 16-byte aligned. */ virtual PxU8* allocateCacheData(const PxU32 byteSize) = 0; |