|
cocos2d-x
3.3
|
#include <OpenGLES.h>
Public Member Functions | |
| OpenGLES () | |
| ~OpenGLES () | |
| EGLSurface | CreateSurface (Windows::UI::Xaml::Controls::SwapChainPanel^panel, const Windows::Foundation::Size *renderSurfaceSize) |
| void | DestroySurface (const EGLSurface surface) |
| void | MakeCurrent (const EGLSurface surface) |
| EGLBoolean | SwapBuffers (const EGLSurface surface) |
| void | Reset () |
| OpenGLES | ( | ) |
| ~OpenGLES | ( | ) |
| EGLSurface CreateSurface | ( | Windows::UI::Xaml::Controls::SwapChainPanel^ | panel, |
| const Windows::Foundation::Size * | renderSurfaceSize | ||
| ) |
| void DestroySurface | ( | const EGLSurface | surface | ) |
| void MakeCurrent | ( | const EGLSurface | surface | ) |
| void Reset | ( | ) |
| EGLBoolean SwapBuffers | ( | const EGLSurface | surface | ) |