Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGRECave/ogre-next
/ getHash
Method
getHash
OgreMain/include/OgreCommon.h:695–701 ·
view source on GitHub ↗
Get the hash value
Source
from the content-addressed store, hash-verified
693
694
/// Get the hash value
695
uint32 getHash() const
696
{
697
if( isHashDirty() )
698
recalcHash();
699
700
return mListHash;
701
}
702
703
public:
704
};
Callers
3
useLights
Method · 0.80
useLightsGpuProgram
Method · 0.80
buildLightList
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected