GLContext: Keep track of robust access support for WasLost

This commit is contained in:
Dr. Chat
2015-12-22 15:53:51 -06:00
parent cde39953ab
commit b49114bad6
2 changed files with 13 additions and 9 deletions

View File

@@ -83,6 +83,7 @@ class GLContext : public GraphicsContext {
std::unique_ptr<GLImmediateDrawer> immediate_drawer_;
bool context_lost_ = false;
bool robust_access_supported_ = false;
};
} // namespace gl