org.rajawali3d.view / TextureView / RendererDelegate

RendererDelegate

protected class RendererDelegate : SurfaceTextureListener

Constructors

<init>

RendererDelegate(renderer: ISurfaceRenderer, rajawaliTextureView: TextureView)

Functions

onSurfaceTextureAvailable

fun onSurfaceTextureAvailable(surface: SurfaceTexture, width: Int, height: Int): Unit

onSurfaceTextureDestroyed

fun onSurfaceTextureDestroyed(surface: SurfaceTexture): Boolean

onSurfaceTextureSizeChanged

fun onSurfaceTextureSizeChanged(surface: SurfaceTexture, width: Int, height: Int): Unit

onSurfaceTextureUpdated

fun onSurfaceTextureUpdated(surface: SurfaceTexture): Unit