GraphicsDevice

Functions

Link copied to clipboard
abstract operator fun contains(view: View): Boolean
Link copied to clipboard
abstract fun create(): T
abstract fun create(view: View): T
Link copied to clipboard
abstract operator fun get(view: View): T
Link copied to clipboard
abstract fun release(surface: T)

Releases the given GraphicsSurface and its children if applicable.

abstract fun release(view: View)

Releases the GraphicsSurface associated with View and its children if applicable.