Structures

VkDataGraphOpticalFlowImageFormatPropertiesARM

Structure describing properties of an optical flow image format

The VkDataGraphOpticalFlowImageFormatPropertiesARM structure is defined as:

typedef struct VkDataGraphOpticalFlowImageFormatPropertiesARM {
    VkStructureType sType;
    void* pNext;
    VkFormat format;
} VkDataGraphOpticalFlowImageFormatPropertiesARM;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • format is a VkFormat that specifies the format that can be used with the specified optical flow image usages.

Valid Usage (Implicit)

VUID-VkDataGraphOpticalFlowImageFormatPropertiesARM-sType-sType

sType must be VK_STRUCTURE_TYPE_DATA_GRAPH_OPTICAL_FLOW_IMAGE_FORMAT_PROPERTIES_ARM