| 147 | } |
| 148 | |
| 149 | void G4OpenGLViewer::ClearView () { |
| 150 | ClearViewWithoutFlush(); |
| 151 | |
| 152 | if(!isFramebufferReady()) { |
| 153 | return; |
| 154 | } |
| 155 | |
| 156 | glFlush(); |
| 157 | } |
| 158 | |
| 159 | |
| 160 | void G4OpenGLViewer::ClearViewWithoutFlush () { |
no outgoing calls
no test coverage detected