summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/OpenGL.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-27 09:47:44 +0800
committerchai <chaifix@163.com>2021-10-27 09:47:44 +0800
commite6a15decac22912900d2cbd2e5525229b92bb55a (patch)
tree16462535a26bdb9aa08c0604bdfd42f81933ad83 /Runtime/Graphics/OpenGL.cpp
parent0035e0d47bbce8311d3a4e559e74b8cdc5209d47 (diff)
*gl error handle
Diffstat (limited to 'Runtime/Graphics/OpenGL.cpp')
-rw-r--r--Runtime/Graphics/OpenGL.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Runtime/Graphics/OpenGL.cpp b/Runtime/Graphics/OpenGL.cpp
index e0dc8f1..9ed2e50 100644
--- a/Runtime/Graphics/OpenGL.cpp
+++ b/Runtime/Graphics/OpenGL.cpp
@@ -1,3 +1,7 @@
#include "OpenGL.h"
#pragma comment(lib, "opengl32.lib")
+
+std::string g_sharedGLErrorMsg = "";
+
+