cocos2d-x  3.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OpenGLES Class Reference

#include <OpenGLES.h>

Public Member Functions

 OpenGLES ()
 ~OpenGLES ()
EGLSurface CreateSurface (Windows::UI::Xaml::Controls::SwapChainPanel^panel, const Windows::Foundation::Size *renderSurfaceSize)
local CreateSurface ( local panel, local renderSurfaceSize)
void DestroySurface (const EGLSurface surface)
void MakeCurrent (const EGLSurface surface)
EGLBoolean SwapBuffers (const EGLSurface surface)
void Reset ()

Constructor & Destructor Documentation

OpenGLES ( )
var OpenGLES ( )
local OpenGLES ( )
~OpenGLES ( )
var ~OpenGLES ( )
local ~OpenGLES ( )

Member Function Documentation

EGLSurface CreateSurface ( Windows::UI::Xaml::Controls::SwapChainPanel^  panel,
const Windows::Foundation::Size *  renderSurfaceSize 
)
var CreateSurface ( var  panel,
var  renderSurfaceSize 
)
local CreateSurface ( local  panel,
local  renderSurfaceSize 
)
void DestroySurface ( const EGLSurface  surface)
var DestroySurface ( var  surface)
local DestroySurface ( local  surface)
void MakeCurrent ( const EGLSurface  surface)
var MakeCurrent ( var  surface)
local MakeCurrent ( local  surface)
void Reset ( )
var Reset ( )
local Reset ( )
EGLBoolean SwapBuffers ( const EGLSurface  surface)
var SwapBuffers ( var  surface)
local SwapBuffers ( local  surface)

The documentation for this class was generated from the following file: