OffscreenAction

fun fun interface OffscreenAction

An interface for actions executed on OpenGL adapter offscreen.

Functions

execute
Link copied to clipboard
common
abstract fun execute(gl: GlimpseAdapter)
Implement this method for offscreen rendering using a given OpenGL adapter.