Struct CommandBuffer
An opaque handle to a command buffer on the GPU.
struct CommandBuffer
;
A CommandBuffer represents a complete sequence of commands that may be submitted to a command queue with Queue.
A CommandBuffer is obtained by recording a series of commands to a CommandEncoder and then calling CommandEncoder.
Fields
| Name | Type | Description |
|---|---|---|
descriptor
|
const(__C | Describes a CommandBuffer.
|
id
|
__C | Handle identifier. |