Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ hash
Method
hash
src/IECoreScene/Shader.cpp:158–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void Shader::hash( MurmurHash &h ) const
159
{
160
Renderable::hash( h );
161
h.append( m_name );
162
h.append( m_type );
163
m_parameters->hash( h );
164
}
Callers
1
testHash
Method · 0.95
Calls
2
append
Method · 0.80
hash
Function · 0.50
Tested by
no test coverage detected