| 784 | } |
| 785 | |
| 786 | void CGraphics_Threaded::TrianglesEnd() |
| 787 | { |
| 788 | dbg_assert(m_Drawing == EDrawing::TRIANGLES, "called Graphics()->TrianglesEnd without begin"); |
| 789 | FlushVertices(); |
| 790 | m_Drawing = EDrawing::NONE; |
| 791 | } |
| 792 | |
| 793 | void CGraphics_Threaded::QuadsEndKeepVertices() |
| 794 | { |
no outgoing calls
no test coverage detected