Structures
VkOpticalFlowImageFormatPropertiesNV
Structure describing properties of an optical flow image format
The VkOpticalFlowImageFormatPropertiesNV structure is defined as:
typedef struct VkOpticalFlowImageFormatPropertiesNV {
VkStructureType sType;
const void* pNext;
VkFormat format;
} VkOpticalFlowImageFormatPropertiesNV;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
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-VkOpticalFlowImageFormatPropertiesNV-sType-sType
sType
must be VK_STRUCTURE_TYPE_OPTICAL_FLOW_IMAGE_FORMAT_PROPERTIES_NV
VUID-VkOpticalFlowImageFormatPropertiesNV-pNext-pNext
pNext
must be NULL