Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Mar 28, 2024
1 parent 02c1023 commit 99ee141
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions include/polyscope/render/opengl/gl_engine_egl.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@


#include "imgui.h"
#define IMGUI_IMPL_OPENGL_LOADER_GLAD
#include "backends/imgui_impl_glfw.h" // TODO
#include "backends/imgui_impl_opengl3.h"

#include "polyscope/render/opengl/gl_engine.h"

Expand Down
2 changes: 1 addition & 1 deletion src/render/opengl/gl_engine_egl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void initializeRenderEngine_egl() {

GLEngineEGL::GLEngineEGL() {}
GLEngineEGL::~GLEngineEGL() {
// eglTerminate(eglDisplay) // TODO
// eglTerminate(eglDisplay) // TODO handle termination
}

void GLEngineEGL::initialize() {
Expand Down

0 comments on commit 99ee141

Please sign in to comment.