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

Method swapBuffers

src/backend/common/window.hpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 inline void swapBuffers() {
120 mWindow->swapBuffers();
121 }
122
123 template<typename T>
124 void draw(const int pRows, const int pCols, const int pIndex,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected