Class PlatformConfig::UserGLConfigInternal

Nested Relationships

This class is a nested type of Class PlatformConfig.

Class Documentation

class UserGLConfigInternal

Public Functions

UserGLConfigInternal()
UserGLConfigInternal(const UserGLConfig &uglc)
void setUserGLContext(void *userGLContext)

Sets the EGL context.

Parameters

userGLContext[in] : void pointer

void setUserGLDisplay(void *userGLDisplay)

Sets the EGL Display.

Parameters

userGLDisplay[in] : void pointer

void *getUserGLContext()

Get EGL context.

Returns

userGLContext of type void pointer

void *getUserGLDisplay()

Get EGL Display.

Returns

userGLDisplay of type void pointer