Draw Key
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.