textureMode

Enable android.view.TextureView as rendered surface.

Since the 5.2.0 release we replaced our TextureView with an android.opengl.GLSurfaceView implementation. Enabling this option will use the android.view.TextureView instead. android.view.TextureView can be useful in situations where you need to animate, scale or transform the view. This comes at a siginficant performance penalty and should not be considered unless absolutely needed.

Return

This

Parameters

textureMode

True to enable texture mode