| 159 | } |
| 160 | |
| 161 | uint32_t Tr2RingBufferOffsets::GetPreviousFrameOffset() const |
| 162 | { |
| 163 | return m_previousFrameOffset; |
| 164 | } |
| 165 | |
| 166 | template <typename T> |
| 167 | void Tr2RingBufferOffsets::UploadTransforms( Tr2RingBuffer& buffer, const T* transforms, uint32_t count ) |
no outgoing calls
no test coverage detected