MCPcopy Create free account
hub / github.com/blender/cycles / float3_hash

Function float3_hash

src/graph/node.cpp:583–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583void float3_hash(const Node *node, const SocketType &socket, MD5Hash &md5)
584{
585 /* Don't compare 4th element used for padding. */
586 md5.append(((uint8_t *)node) + socket.struct_offset, sizeof(float) * 3);
587}
588
589template<typename T> void array_hash(const Node *node, const SocketType &socket, MD5Hash &md5)
590{

Callers 1

hashMethod · 0.85

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected