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