Structures

VkDataGraphPipelineResourceInfoImageLayoutARM

Structure specifying parameters of a graph pipeline image resource

The VkDataGraphPipelineResourceInfoImageLayoutARM structure is defined as:

typedef struct VkDataGraphPipelineResourceInfoImageLayoutARM {
    VkStructureType sType;
    const void* pNext;
    VkImageLayout layout;
} VkDataGraphPipelineResourceInfoImageLayoutARM;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • layout specifies the layout that the image subresource accessible from the view provided as a graph pipeline resource must be in at the time where the graph pipeline being created is dispatched.

Valid Usage (Implicit)

VUID-VkDataGraphPipelineResourceInfoImageLayoutARM-sType-sType

sType must be VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_RESOURCE_INFO_IMAGE_LAYOUT_ARM