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;
countis the number of dispatches to perform.infosis the device or host address of a flat array of VkDispatchGraphInfoAMDX structuresstrideis 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.