| 548 | // *********************************************************************** |
| 549 | |
| 550 | void BeginObject2D(EPrimitiveType type) { |
| 551 | pRenderState->typeState = type; |
| 552 | pRenderState->mode = ERenderMode::Mode2D; |
| 553 | } |
| 554 | |
| 555 | // *********************************************************************** |
| 556 |
no outgoing calls
no test coverage detected