MCPcopy 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
158void 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

testHashMethod · 0.95

Calls 2

appendMethod · 0.80
hashFunction · 0.50

Tested by

no test coverage detected