Update glslang; fix BOO_HAS_GL on Windows

This commit is contained in:
2020-04-17 20:25:01 -04:00
parent ae07fcba0b
commit 42cedb77f0
5 changed files with 20 additions and 2 deletions

View File

@@ -45,8 +45,9 @@ struct OGLContext {
int m_fsCountDown = 0;
};
std::unordered_map<const boo::IWindow*, Window> m_windows;
#if BOO_HAS_GL
boo::GLContext m_glCtx;
#endif
};
#if !WINDOWS_STORE