Structures
VkDispatchGraphCountInfoAMDX
Structure specifying count parameters for execution graph dispatch
The VkDispatchGraphCountInfoAMDX
structure is defined as:
typedef struct VkDispatchGraphCountInfoAMDX {
uint32_t count;
VkDeviceOrHostAddressConstAMDX infos;
uint64_t stride;
} VkDispatchGraphCountInfoAMDX;
count
is the number of dispatches to perform.infos
is the device or host address of a flat array of VkDispatchGraphInfoAMDX structuresstride
is the byte stride between successive VkDispatchGraphInfoAMDX structures ininfos
Whether infos
is consumed as a device or host pointer is defined by
the command this structure is used in.