| 273 | } |
| 274 | |
| 275 | Batcher * BatcherFactory::GetNew() const |
| 276 | { |
| 277 | return new Batcher(m_indexBufferSize, m_vertexBufferSize); |
| 278 | } |
| 279 | |
| 280 | SessionGuard::SessionGuard(ref_ptr<GraphicsContext> context, Batcher & batcher, Batcher::TFlushFn && flusher) |
| 281 | : m_context(context) |
no outgoing calls
no test coverage detected