SDL Frontend: Add shared context support

This commit is contained in:
James Rowe 2019-01-11 23:03:52 -07:00
parent c6a0ab9792
commit f2a2f818b6
2 changed files with 38 additions and 1 deletions

View file

@ -27,6 +27,8 @@ public:
/// Releases the GL context from the caller thread
void DoneCurrent() override;
std::unique_ptr<Core::Frontend::GraphicsContext> CreateSharedContext() const override;
/// Whether the window is still open, and a close request hasn't yet been sent
bool IsOpen() const;