Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ load
Method
load
physx/source/common/src/CmUtils.h:254–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
void load(PxDeserializationContext& context)
255
{
256
if(this->mData && (this->mSize || this->capacity()))
257
this->mData = context.readExtraData<T>(this->capacity());
258
}
259
};
260
261
template<typename T, typename Alloc>
Callers
1
importArray
Function · 0.45
Calls
1
capacity
Method · 0.45
Tested by
no test coverage detected