GLTextureView.IRenderer.OnSurfaceCreated(IGL10, EGLConfig) Method
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.
Called when the surface is created.
public void OnSurfaceCreated(Javax.Microedition.Khronos.Opengles.IGL10 gl, Javax.Microedition.Khronos.Egl.EGLConfig config);
Parameters
- gl
- IGL10
The GL interface.
- config
- EGLConfig
The EGLConfig of the created surface. Can be used to create matching pbuffers.