org.rajawali3d.view / TextureView / setEGLContextFactory

setEGLContextFactory

open fun setEGLContextFactory(factory: EGLContextFactory): Unit

Install a custom EGLContextFactory.

If this method is called, it must be called before .setSurfaceRenderer is called.

If this method is not called, then by default a context will be created with no shared context and with a null attribute list.