MCPcopy Create free account
hub / github.com/arrayfire/forge / ~Widget

Method ~Widget

src/backend/opengl/sdl/window.cpp:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168Widget::~Widget()
169{
170 glDeleteBuffers(1, &mFramePBO);
171
172 SDL_DestroyWindow(mWindow);
173 SDL_GL_DeleteContext(mContext);
174}
175
176SDL_Window* Widget::getNativeHandle() const
177{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected