MCPcopy Create free account
hub / github.com/arrayfire/forge / close

Method close

src/backend/opengl/window_impl.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248bool window_impl::close()
249{
250 return mWindow->close();
251}
252
253void window_impl::draw(const std::shared_ptr<AbstractRenderable>& pRenderable)
254{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected