wisdom
Loading...
Searching...
No Matches
WisCommandQueueDesc Struct Reference

Detailed Description

Specification


C version:

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct CommandQueueDesc {
wis::CommandQueueType type;
wis::CommandQueuePriority priority;
};
}

Members


  • type specifies the type of the command queue.
  • priority specifies command queue priority. Used to set priority of the command queues of the type.

Description


See Also


See also
Structs: WisDeviceRequirements