GLSurfaceView.SetEGLContextFactory(GLSurfaceView+IEGLContextFactory) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Installare un oggetto EGLContextFactory personalizzato.
[Android.Runtime.Register("setEGLContextFactory", "(Landroid/opengl/GLSurfaceView$EGLContextFactory;)V", "GetSetEGLContextFactory_Landroid_opengl_GLSurfaceView_EGLContextFactory_Handler")]
public virtual void SetEGLContextFactory(Android.Opengl.GLSurfaceView.IEGLContextFactory? factory);
[<Android.Runtime.Register("setEGLContextFactory", "(Landroid/opengl/GLSurfaceView$EGLContextFactory;)V", "GetSetEGLContextFactory_Landroid_opengl_GLSurfaceView_EGLContextFactory_Handler")>]
abstract member SetEGLContextFactory : Android.Opengl.GLSurfaceView.IEGLContextFactory -> unit
override this.SetEGLContextFactory : Android.Opengl.GLSurfaceView.IEGLContextFactory -> unit
Parametri
- factory
- GLSurfaceView.IEGLContextFactory
- Attributi
Commenti
per android.opengl.GLSurfaceView.setEGLContextFactory(android.opengl.EGLContextFactory).
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.