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;

Whether infos is consumed as a device or host pointer is defined by the command this structure is used in.