DrawKey

value class DrawKey(val handle: Long)

A key used to uniquely identify a draw operation in the CommandQueue. This is useful when the same CommandQueue issues multiple draw calls. If the same key is used before the render loop flushes the queue, the previous draw call will be replaced with the new one.

Parameters

handle

The handle issued by the native CommandQueue for this draw operation.

Constructors

Link copied to clipboard
constructor(handle: Long)

Properties

Link copied to clipboard