Fix Linux compilation
This commit is contained in:
parent
2f8a82ed05
commit
318cc6d3ff
|
|
@ -21,7 +21,6 @@ namespace Nz::GL
|
||||||
~EGLContextX11() = default;
|
~EGLContextX11() = default;
|
||||||
|
|
||||||
bool Create(const ContextParams& params, WindowHandle window, const EGLContextBase* shareContext = nullptr) override;
|
bool Create(const ContextParams& params, WindowHandle window, const EGLContextBase* shareContext = nullptr) override;
|
||||||
void Destroy() override;
|
|
||||||
|
|
||||||
EGLContextX11& operator=(const EGLContextX11&) = delete;
|
EGLContextX11& operator=(const EGLContextX11&) = delete;
|
||||||
EGLContextX11& operator=(EGLContextX11&&) = delete;
|
EGLContextX11& operator=(EGLContextX11&&) = delete;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue