Manual
Programming Reference
enum CommandQueueType : u8 { graphics= 1 compute= 2 copy= 3 }
Specifies command queue types.
graphics
This command queue can be used for submitting graphics, compute and copy commands.
compute
This command queue can be used for submitting compute and copy commands.
copy
This command queue can be used for submitting copy commands.