debug TestImgui
This commit is contained in:
@@ -32,6 +32,10 @@ namespace Archimedes {
|
||||
glfwSwapBuffers(w);
|
||||
}
|
||||
|
||||
void WindowGLFW::getSize(int& w, int& h) {
|
||||
glfwGetFramebufferSize(this->w, &w, &h);
|
||||
}
|
||||
|
||||
WindowGLFW::~WindowGLFW() {
|
||||
glfwTerminate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user