Structures
VkOpticalFlowImageFormatPropertiesNV
Structure describing properties of an optical flow image format
The VkOpticalFlowImageFormatPropertiesNV structure is defined as:
typedef struct VkOpticalFlowImageFormatPropertiesNV {
VkStructureType sType;
void* pNext;
VkFormat format;
} VkOpticalFlowImageFormatPropertiesNV;
pub struct OpticalFlowImageFormatPropertiesNV {
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-VkOpticalFlowImageFormatPropertiesNV-sType-sType
sType must be VK_STRUCTURE_TYPE_OPTICAL_FLOW_IMAGE_FORMAT_PROPERTIES_NV
VUID-VkOpticalFlowImageFormatPropertiesNV-pNext-pNext
pNext must be NULL
Parent
VK_NV_optical_flowType
Structures