ColorBufferLoader

Manages loading and unloading of ColorBufferProxy objects, enabling asynchronous fetching of color buffer resources from URLs or other sources. This class also handles caching and resource cleanup for loaded buffers to optimize usage.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Cancels the loading or manages the unloading of a specified ColorBufferProxy instance.

Link copied to clipboard
fun loadFromUrl(url: String, queue: Boolean = true, persistent: Boolean = false): ColorBufferProxy
Link copied to clipboard
fun queue(colorBufferProxy: ColorBufferProxy)