diff options
| author | Sheikh Dawood <[email protected]> | 2018-04-09 10:13:48 -0500 |
|---|---|---|
| committer | Sheikh Dawood <[email protected]> | 2018-04-09 10:13:48 -0500 |
| commit | 238605d8225a9135d6b60646e05d066e25424eee (patch) | |
| tree | 2b013bd4946bb3c699d7a06ef1f21be85d367f63 /PhysX_3.4/Source/Common | |
| parent | Add ParamTool.exe (diff) | |
| download | physx-3.4-238605d8225a9135d6b60646e05d066e25424eee.tar.xz physx-3.4-238605d8225a9135d6b60646e05d066e25424eee.zip | |
PhysX 3.4, APEX 1.4 patch release @23879214
Diffstat (limited to 'PhysX_3.4/Source/Common')
| -rw-r--r-- | PhysX_3.4/Source/Common/src/CmRadixSort.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PhysX_3.4/Source/Common/src/CmRadixSort.h b/PhysX_3.4/Source/Common/src/CmRadixSort.h index e5bd8c17..19f97f8f 100644 --- a/PhysX_3.4/Source/Common/src/CmRadixSort.h +++ b/PhysX_3.4/Source/Common/src/CmRadixSort.h @@ -70,6 +70,8 @@ namespace Cm //! Returns the number of eraly exits due to temporal coherence. PX_FORCE_INLINE PxU32 GetNbHits() const { return mNbHits; } + PX_FORCE_INLINE void invalidateRanks() { INVALIDATE_RANKS; } + bool SetBuffers(PxU32* ranks0, PxU32* ranks1, PxU32* histogram1024, PxU32** links256); private: RadixSort(const RadixSort& object); |