Structures
VkExecutionGraphPipelineScratchSizeAMDX
Structure describing the scratch space required to dispatch an execution graph
The VkExecutionGraphPipelineScratchSizeAMDX
structure is defined as:
typedef struct VkExecutionGraphPipelineScratchSizeAMDX {
VkStructureType sType;
void* pNext;
VkDeviceSize size;
} VkExecutionGraphPipelineScratchSizeAMDX;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.size
indicates the scratch space required for dispatch the queried execution graph.
Valid Usage (Implicit)
VUID-VkExecutionGraphPipelineScratchSizeAMDX-sType-sType
sType
must be VK_STRUCTURE_TYPE_EXECUTION_GRAPH_PIPELINE_SCRATCH_SIZE_AMDX