MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / CheckResize

Method CheckResize

physx/source/common/src/CmRadixSortBuffered.cpp:83–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83PX_INLINE void RadixSortBuffered::CheckResize(PxU32 nb)
84{
85 PxU32 CurSize = CURRENT_SIZE;
86 if(nb!=CurSize)
87 {
88 if(nb>CurSize) Resize(nb);
89 mCurrentSize = nb;
90 INVALIDATE_RANKS;
91 }
92}
93
94///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
95/**

Callers

nothing calls this directly

Calls 1

ResizeFunction · 0.85

Tested by

no test coverage detected