getInstance

actual fun getInstance(width: Int, height: Int): OffscreenActionExecutor

Returns a new instance of OffscreenActionExecutor using frame buffer with a given width and height.

expect fun getInstance(width: Int, height: Int): OffscreenActionExecutor

Returns a new instance of OffscreenActionExecutor using frame buffer with a given width and height.

actual fun getInstance(width: Int, height: Int): OffscreenActionExecutor

Returns a new instance of OffscreenActionExecutor using frame buffer with a given width and height.