[Fix] (EGL_impl.h): get rid of redundant extern var

This commit is contained in:
2025-06-08 13:45:27 +08:00
parent 292c7eeecf
commit b580605c86
@@ -17,7 +17,6 @@ namespace MG_Diligent {
extern MG_Global::unordered_map<GLuint, Diligent::IBuffer*> g_BufferMap;
extern MG_Global::unordered_map<GLuint, Diligent::ITexture*> g_TextureMap;
extern MG_Global::unordered_map<GLuint, Diligent::ITextureView*> g_TextureViewMap;
extern MG_Global::unordered_map<GLuint, Diligent::IBuffer*> g_BufferMap;
struct GLFramebufferInfo
{