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

Method setSize

src/backend/opengl/window_impl.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void window_impl::setSize(unsigned pW, unsigned pH)
192{
193 mWindow->setSize(pW, pH);
194}
195
196void window_impl::setColorMap(forge::ColorMap cmap)
197{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected