GLTextureView.IEGLContextFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |