OpenGLContextEGL: Fix X11+platform base combination
This commit is contained in:
@@ -20,8 +20,8 @@ public:
|
||||
void ResizeSurface(u32 new_surface_width = 0, u32 new_surface_height = 0) override;
|
||||
|
||||
protected:
|
||||
EGLDisplay GetPlatformDisplay(const EGLAttrib* attribs, Error* error) override;
|
||||
EGLSurface CreatePlatformSurface(EGLConfig config, const EGLAttrib* attribs, Error* error) override;
|
||||
EGLDisplay GetPlatformDisplay(Error* error) override;
|
||||
EGLSurface CreatePlatformSurface(EGLConfig config, void* win, Error* error) override;
|
||||
|
||||
private:
|
||||
bool LoadModule(Error* error);
|
||||
|
||||
Reference in New Issue
Block a user