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;
pub struct DispatchGraphCountInfoAMDX {
count: u32,
infos: vk::DeviceOrHostAddressConstAMDX,
stride: u64,
}
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.
Parent
VK_AMDX_shader_enqueueType
Structures