| 78 | } |
| 79 | |
| 80 | void Stats::AddCommandBufferContext() { command_buffer_contexts.Add(1); } |
| 81 | void Stats::RemoveCommandBufferContext() { command_buffer_contexts.Sub(1); } |
| 82 | |
| 83 | void Stats::AddQueueBatchContext() { queue_batch_contexts.Add(1); } |
no test coverage detected