Skip to main content

GLESContext

The GLESContext class is an OpenGLES-specific implementation of the Context class. It initializes the rendering context using an externally provided OpenGLES context. The class provides access to OpenGLES context-related resources, including the display, configuration, and the context.

#include <platform/TellusimContext.h>

Inheritance

Constructors

GLESContext()

Methods

Create context.

bool create(void *context)

Current context.

void *getGLESDisplay() const
void *getGLESConfig() const
void *getGLESContext() const

OpenGLES functions.

static void *getProcAddress(const char *name)

Check OpenGLES errors.

static bool error(uint32_t result)
static bool check()