| 166 | } |
| 167 | |
| 168 | Widget::~Widget() |
| 169 | { |
| 170 | glDeleteBuffers(1, &mFramePBO); |
| 171 | |
| 172 | SDL_DestroyWindow(mWindow); |
| 173 | SDL_GL_DeleteContext(mContext); |
| 174 | } |
| 175 | |
| 176 | SDL_Window* Widget::getNativeHandle() const |
| 177 | { |
nothing calls this directly
no outgoing calls
no test coverage detected