Package graphics.glimpse.offscreen

Offscreen rendering tools.

Offscreen rendering tools.

Offscreen rendering tools.

Types

Link copied to clipboard
fun interface OffscreenAction

An interface for actions executed on GlimpseAdapter offscreen.

Link copied to clipboard
actual class OffscreenActionExecutor

Executor of offscreen rendering actions.

expect class OffscreenActionExecutor

Executor of offscreen rendering actions.

actual class OffscreenActionExecutor

Executor of offscreen rendering actions.

Link copied to clipboard
abstract class OffscreenMultiRenderer : OffscreenRenderer

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

Link copied to clipboard
abstract class OffscreenRenderer

Offscreen renderer. Implement this class to render an image without displaying it on screen.