Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ length
Method
length
physx/source/common/src/CmIO.h:86–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
InputDataReader &operator=(const InputDataReader &);
85
86
PxU32 length() const { return getData().getLength(); }
87
void seek(PxU32 offset) { getData().seek(offset); }
88
PxU32 tell() { return getData().tell(); }
89
Callers
6
match
Function · 0.45
match
Function · 0.45
load
Method · 0.45
getShaderNameFromInputLayout
Method · 0.45
D3D11StringKey
Method · 0.45
main
Function · 0.45
Calls
2
getLength
Method · 0.80
getData
Function · 0.50
Tested by
no test coverage detected