UraniumCompute 0.1.0
A GPU accelerated parallel task scheduler
UN::CommandListDesc Struct Reference

Command list descriptor. More...

#include <ICommandList.h>

Public Member Functions

 CommandListDesc (const char *name, HardwareQueueKindFlags queueKindFlags, CommandListFlags flags=CommandListFlags::None)
 

Public Attributes

const char * Name = nullptr
 Command list debug name.
 
HardwareQueueKindFlags QueueKindFlags = HardwareQueueKindFlags::Compute
 Command queue kind flags.
 
CommandListFlags Flags = CommandListFlags::None
 Command list flags.
 

Detailed Description

Command list descriptor.


The documentation for this struct was generated from the following file: