| 191 | } |
| 192 | |
| 193 | void Batcher::SetBatcherHash(uint64_t batcherHash) |
| 194 | { |
| 195 | m_batcherHash = batcherHash; |
| 196 | } |
| 197 | |
| 198 | void Batcher::ChangeBuffer(ref_ptr<GraphicsContext> context, ref_ptr<CallbacksWrapper> wrapper) |
| 199 | { |
no outgoing calls
no test coverage detected