| 230 | } |
| 231 | |
| 232 | void Renderer::addCommand(RenderCommand* command) |
| 233 | { |
| 234 | int renderQueueID = _commandGroupStack.top(); |
| 235 | addCommand(command, renderQueueID); |
| 236 | } |
| 237 | |
| 238 | void Renderer::addCommand(RenderCommand* command, int renderQueueID) |
| 239 | { |
no test coverage detected