OffscreenMultiRenderer

abstract class OffscreenMultiRenderer : OffscreenRenderer

Offscreen multi-renderer. Implement this class to render multiple images without displaying them on screen.

Constructors

Link copied to clipboard
fun OffscreenMultiRenderer()

Functions

Link copied to clipboard
fun render()

Renders the image offscreen.

Properties

Link copied to clipboard
abstract val height: Int

Implement this property to define height of the rendered image.

Link copied to clipboard
abstract val width: Int

Implement this property to define width of the rendered image.