MCPcopy Create free account
hub / github.com/carbonengine/trinity / RerouteDestination

Method RerouteDestination

trinity/TriValueBinding.cpp:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void TriValueBinding::RerouteDestination( void* dest )
434{
435 m_destination = (void*)( (uint8_t*)dest + m_destItemOffset );
436}
437
438size_t TriValueBinding::DetermineCopyFunc( const Be::VarEntry* srcEntry, const Be::VarEntry* dstEntry, size_t dataSize, bool sourceFloatArrayAsFloat, bool destFloatArrayAsFloat )
439{

Callers 5

SetDestinationMethod · 0.80
SetDestinationMethod · 0.80
SetDestinationMethod · 0.80
SetDestinationMethod · 0.80
SetDestinationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected