mirror of https://github.com/axmolengine/axmol.git
made Cleanup() public
This commit is contained in:
parent
c3335551b8
commit
22daece170
|
@ -39,10 +39,10 @@ public:
|
||||||
void MakeCurrent(const EGLSurface surface);
|
void MakeCurrent(const EGLSurface surface);
|
||||||
EGLBoolean SwapBuffers(const EGLSurface surface);
|
EGLBoolean SwapBuffers(const EGLSurface surface);
|
||||||
void Reset();
|
void Reset();
|
||||||
|
void Cleanup();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void Initialize();
|
void Initialize();
|
||||||
void Cleanup();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
EGLDisplay mEglDisplay;
|
EGLDisplay mEglDisplay;
|
||||||
|
|
Loading…
Reference in New Issue