Display Dear ImGui version.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
a3381bfcb6
commit
53a6928991
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ SDLImGuiFrame::SDLImGuiFrame()
|
|||
SDL_GL_MakeCurrent(myWindow.get(), myGLContext);
|
||||
|
||||
// Setup Platform/Renderer backends
|
||||
std::cerr << "IMGUI_VERSION: " << IMGUI_VERSION << std::endl;
|
||||
std::cerr << "GL_VENDOR: " << glGetString(GL_VENDOR) << std::endl;
|
||||
std::cerr << "GL_RENDERER: " << glGetString(GL_RENDERER) << std::endl;
|
||||
std::cerr << "GL_VERSION: " << glGetString(GL_VERSION) << std::endl;
|
||||
|
|
Loading…
Add table
Reference in a new issue