OffscreenAction

fun interface OffscreenAction

An interface for actions executed on OpenGL adapter offscreen.

Functions

Link copied to clipboard
abstract fun execute(gl: GlimpseAdapter)

Implement this method for offscreen rendering using a given OpenGL adapter.