| 231 | } |
| 232 | |
| 233 | void CGraphics_Threaded::LinesEnd() |
| 234 | { |
| 235 | dbg_assert(m_Drawing == EDrawing::LINES, "called Graphics()->LinesEnd without begin"); |
| 236 | FlushVertices(); |
| 237 | m_Drawing = EDrawing::NONE; |
| 238 | } |
| 239 | |
| 240 | void CGraphics_Threaded::LinesDraw(const CLineItem *pArray, size_t Num) |
| 241 | { |
no outgoing calls
no test coverage detected