| 755 | } |
| 756 | |
| 757 | void CGraphics_Threaded::QuadsEnd() |
| 758 | { |
| 759 | dbg_assert(m_Drawing == EDrawing::QUADS, "called Graphics()->QuadsEnd without begin"); |
| 760 | FlushVertices(); |
| 761 | m_Drawing = EDrawing::NONE; |
| 762 | } |
| 763 | |
| 764 | void CGraphics_Threaded::QuadsTex3DBegin() |
| 765 | { |
no outgoing calls