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;
pub struct DataGraphPipelineResourceInfoImageLayoutARM {
s_type: vk::StructureType,
p_next: *const c_void,
layout: vk::ImageLayout,
}
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.layoutspecifies 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
VUID-VkDataGraphPipelineResourceInfoImageLayoutARM-layout-parameter
layout must be a valid VkImageLayout value