SDL Frontend: Add shared context support
This commit is contained in:
parent
c6a0ab9792
commit
f2a2f818b6
2 changed files with 38 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue