| 745 | } |
| 746 | |
| 747 | void CGraphics_Threaded::QuadsBegin() |
| 748 | { |
| 749 | dbg_assert(m_Drawing == EDrawing::NONE, "called Graphics()->QuadsBegin twice"); |
| 750 | m_Drawing = EDrawing::QUADS; |
| 751 | |
| 752 | QuadsSetSubset(0, 0, 1, 1); |
| 753 | QuadsSetRotation(0); |
| 754 | SetColor(1, 1, 1, 1); |
| 755 | } |
| 756 | |
| 757 | void CGraphics_Threaded::QuadsEnd() |
| 758 | { |
no outgoing calls