ImageHandle

value class ImageHandle(val handle: Long)

A handle to a RenderImage on the CommandServer. Created with CommandQueue.decodeImage and deleted with CommandQueue.deleteImage.

Parameters

handle

The handle issued by the native CommandQueue.

Constructors

Link copied to clipboard
constructor(handle: Long)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String