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;
pub struct DataGraphOpticalFlowImageFormatPropertiesARM {
s_type: vk::StructureType,
p_next: *mut c_void,
format: vk::Format,
}
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.formatis 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
VUID-VkDataGraphOpticalFlowImageFormatPropertiesARM-pNext-pNext
pNext must be NULL
Type
Structures