Luna::RHI::CommandQueueType

enum CommandQueueType : u8
{
    graphics= 1
    compute= 2
    copy= 3
}

Specifies command queue types.

Options

  • 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.