ImHex/lib/third_party/imgui/custom/include/opengl_support.h

8 lines
145 B
C

#pragma once
#if defined(OS_WEB)
#define GLFW_INCLUDE_ES3
#include <GLES3/gl3.h>
#else
#include <imgui_impl_opengl3_loader.h>
#endif