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

Method getAggregates

physx/source/physx/src/NpScene.cpp:1201–1205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1199}
1200
1201PxU32 NpScene::getAggregates(PxAggregate** userBuffer, PxU32 bufferSize, PxU32 startIndex) const
1202{
1203 NP_READ_CHECK(this);
1204 return Cm::getArrayOfPointers(userBuffer, bufferSize, startIndex, mAggregates.getEntries(), mAggregates.size());
1205}
1206
1207///////////////////////////////////////////////////////////////////////////////
1208

Callers 2

createCollectionMethod · 0.80
getPxScene_AggregatesFunction · 0.80

Calls 2

getEntriesMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected