Struct Queue
A Queue executes finished CommandBuffer
objects.
struct Queue
;
Fields
Name | Type | Description |
---|---|---|
id
|
__C | Handle identifier. |
Methods
Name | Description |
---|---|
submit
(commands)
|
Submits a finished command buffer for execution. |
submit
(commandBuffers)
|
Submits a series of finished command buffers for execution. |