Edit

GLTextureView.IEGLContextFactory Interface

Definition

An interface for customizing the eglCreateContext and eglDestroyContext calls.

public interface GLTextureView.IEGLContextFactory

Methods

Name Description
CreateContext(IEGL10, EGLDisplay, EGLConfig)

Called when the context needs to be created.

DestroyContext(IEGL10, EGLDisplay, EGLContext)

Called when the context needs to be destroyed.

Applies to