| 215 | } |
| 216 | |
| 217 | bool Tr2SuballocatedBuffer::Allocation::IsValid() const |
| 218 | { |
| 219 | return m_parent != nullptr; |
| 220 | } |
| 221 | |
| 222 | void Tr2SuballocatedBuffer::Allocation::Update( const void* data, Tr2RenderContextAL& renderContext ) |
| 223 | { |
no outgoing calls
no test coverage detected