Enum CommandQueueType
Specifies the elements type of a CommandQueue.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum CommandQueueType
  Fields
| Name | Description | 
|---|---|
| Compute | Specifies a command buffer for computing.  | 
      
| Copy | Specifies a command buffer for copying (drawing).  | 
      
| Graphics | Specifies a command buffer that the GPU can execute. A direct command list doesn't inherit any GPU state.  |