GLContext: Keep track of robust access support for WasLost
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user