| 53 | } |
| 54 | |
| 55 | void RedrawViewport() |
| 56 | { |
| 57 | for (BackbufferPtrAndState &ptrAndState : States) { |
| 58 | if (ptrAndState.state.redrawState.Redraw != RedrawState::RedrawAll) { |
| 59 | ptrAndState.state.redrawState.Redraw = RedrawState::RedrawViewportOnly; |
| 60 | } |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | bool IsRedrawViewport() |
| 65 | { |
no outgoing calls
no test coverage detected