mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 04:38:30 +09:00
[Fix] (EGL_impl.h): get rid of redundant extern var
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user